void Start() { Current = this; Clear(); }
void Start() { RTSGameUnit = gameObject.GetComponent <RTSGameUnit> (); showPanel = ObjectInfoShow.Current; isShow = false; }