Example #1
0
 public override void onShowed()
 {
     instance = this;
     base.onShowed();
     txt.gameObject.SetActive(false);
     msg.SetActive(false);
 }
Example #2
0
 public override void onClosed()
 {
     instance = null;
     base.onClosed();
 }
Example #3
0
 public override void onShowed()
 {
     debug.instance = this;
     base.onShowed();
     this.txt.gameObject.SetActive(false);
 }