Esempio n. 1
0
 // Use this for initialization
 void Start()
 {
     LimbManager   = this.gameObject.GetComponent <LimbManagement>();
     CubeRigidBody = this.gameObject.GetComponent <Rigidbody>();
 }
Esempio n. 2
0
 // Use this for initialization
 void Start()
 {
     LimbAnimator = this.gameObject.GetComponent <Animator>();
     LimbManager  = this.gameObject.GetComponent <LimbManagement>();
     SoundPlayer  = this.gameObject.GetComponent <SfxManager>();
 }