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