Beispiel #1
0
 void Start()
 {
     i_s = gameObject.GetComponent <Interactable_Script>();
 }
Beispiel #2
0
 void Start()
 {
     pm_s = GameObject.FindObjectOfType <PowerMiniGame_Script>();
     i_s  = gameObject.GetComponent <Interactable_Script>();
 }
 void Start()
 {
     i_s = gameObject.GetComponent <Interactable_Script>();
     emg = GameObject.FindObjectOfType <EngineMiniGame_Script>();
 }