Ejemplo n.º 1
0
 void Start()
 {
     Current = this;
     Clear();
 }
Ejemplo n.º 2
0
 void Start()
 {
     RTSGameUnit = gameObject.GetComponent <RTSGameUnit> ();
     showPanel   = ObjectInfoShow.Current;
     isShow      = false;
 }