Пример #1
0
 void Start()
 {
     Current = this;
     Clear();
 }
Пример #2
0
 void Start()
 {
     RTSGameUnit = gameObject.GetComponent <RTSGameUnit> ();
     showPanel   = ObjectInfoShow.Current;
     isShow      = false;
 }