Esempio n. 1
0
 void Start()
 {
     this.interfaceJumba    = GetComponent <InterfaceJumba>();
     this.controllerSpecial = GetComponent <ControllerSpecial>();
 }
Esempio n. 2
0
 void Start()
 {
     this.life    = GameObject.Find("Jumba").GetComponent <ControllerLifePlayer>();
     this.special = GameObject.Find("Jumba").GetComponent <ControllerSpecial>();
     stateControl = GameObject.Find("Jumba").GetComponent <PlayerStateControl>();
 }