Ejemplo n.º 1
0
 void Start()
 {
     i_s = gameObject.GetComponent <Interactable_Script>();
 }
Ejemplo n.º 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>();
 }