注释模态窗口

This commit is contained in:
suntao 2021-03-30 14:27:09 +08:00
parent 3c2bb10f07
commit 326b74bd03

View File

@ -8,7 +8,7 @@ public class MainController : MonoBehaviour
void Start()
{
UIManager.Instance.MainPanel = (GameObject)this.transform.Find("Panel").gameObject;
UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject;
//UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject;
//MainMenu.transform.Find("Home").GetComponent<Button>().onClick.AddListener(() =>