// Start is called before the first frame update void Start() { animator = GetComponent <Animator>(); panelKontrol = GameObject.Find("OyunYonetim").GetComponent <PanelKontrol>(); }
// Start is called before the first frame update void Start() { pK_Script = GetComponent <PanelKontrol>(); }
// Start is called before the first frame update void Start() { pK_Script = GetComponent <PanelKontrol>(); sahneGecis = GameObject.Find("SahneManager").GetComponent <SahneGecis>(); }
void Start() { panelKontrol = GameObject.Find("OyunYonetim").GetComponent <PanelKontrol>(); }