void Start()
 {
     okScripti = this.gameObject.GetComponent <OyunKontrolcu>();
 }
Esempio n. 2
0
 private void Start()
 {
     oyunKontrolScripti = GameObject.Find("_Scripts").GetComponent <OyunKontrolcu>();
 }