Exemple #1
0
 protected override void Awake()
 {
     CMD_ClearingHouseTop.instance = this;
     GUIManager.CloseAllCommonDialog(null);
     base.Awake();
     this.menu = base.gameObject.GetComponent <GUIExchangeMenu>();
     this.tips = base.gameObject.GetComponent <GUITips>();
 }
 private void Awake()
 {
     GUIExchangeMenu.instance = this;
 }