Пример #1
0
 public void InitSys()
 {
     this.InitEvent();
     Debug.Log("Pandora InitSys");
     this.m_bInit         = true;
     this.m_bShowPopNew   = false;
     this.m_bShowBoxBtn   = false;
     this.m_bShowRedPoint = false;
     this.InitPara();
     Pandora.Init();
 }