Exemplo n.º 1
0
 public void unInit()
 {
     this.m_InfoPanel = null;
 }
Exemplo n.º 2
0
 public void init()
 {
     this.FormPath     = "UGUI/Form/System/Purchase/Form_BuyCoin.prefab";
     this.m_InfoPanel  = new CBuyCoinInfoPanel();
     this.m_MaxBuyTime = (int)GameDataMgr.globalInfoDatabin.GetDataByKey(22u).dwConfValue;
 }