示例#1
0
 public virtual void Init()
 {
     _buttonManager   = this.GetComponent <ButtonManager> ();
     _lockItemHandler = this.GetComponent <LockItemHandler> ();
     if (null != _btnNext)
     {
         _btnNext.gameObject.SetActive(false);
     }
     CheckHideShop();
 }
示例#2
0
 void Awake()
 {
     _lockItemHandler = GameObject.Find("UICanvas").GetComponent <LockItemHandler> ();
 }