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