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