示例#1
0
 void Start()
 {
     dUI = GetComponent<disenableUi>();
 }
示例#2
0
 public void Start()
 {
     uiScript = GameObject.Find("Buddy").GetComponent <disenableUi>();
 }
示例#3
0
 void Start()
 {
     dUI = GetComponent <disenableUi>();
 }
示例#4
0
 public void Start ()
 {
     uiScript = GameObject.Find("Buddy").GetComponent<disenableUi>();
 }
示例#5
0
 void Awake()
 {
     dUI = GameObject.Find("Buddy").GetComponent <disenableUi>();
 }
示例#6
0
 void Awake ()
 {
     dUI = GameObject.Find("Buddy").GetComponent<disenableUi>();
 }