예제 #1
0
 void Start()
 {
     conUI = GetComponent<ControlableUI>();
     StartCoroutine("CoUpdate");
 }
예제 #2
0
 protected virtual void Start()
 {
     conUI = GetComponent<ControlableUI>();
 }