Beispiel #1
0
 public void Awake()
 {
     Ins = this;
 }
Beispiel #2
0
 public void Awake()
 {
     Ins           = this;
     _mStateManage = this.GetComponent <KCPStateManage>();
 }