Esempio n. 1
0
 void Start()
 {
     conUI = GetComponent<ControlableUI>();
     StartCoroutine("CoUpdate");
 }
Esempio n. 2
0
 protected virtual void Start()
 {
     conUI = GetComponent<ControlableUI>();
 }