예제 #1
0
 public void OnAwake()
 {
     WaitingViewMng.instance = this;
     this.removeKey          = new List <string>();
     this.Regist();
     this.dicWaitMsg = new Dictionary <string, WaitInfo>();
 }
예제 #2
0
 public void OnDestroy()
 {
     this.RemoveAll();
     this.Unregist();
     WaitingViewMng.instance = null;
 }