Exemplo n.º 1
0
 public void OnDestroy()
 {
     this.Unregist();
     this.QPop.Clear();
     this.QPop           = null;
     PopViewMng.instance = null;
 }
Exemplo n.º 2
0
 public void OnAwake()
 {
     PopViewMng.instance = this;
     this.QPop           = new Queue <PopViewParam>();
     this.msgs           = new object[]
     {
         ClientC2V.PopView_enqueue
     };
     this.Regist();
 }