Exemplo n.º 1
0
 void Start()
 {
     repairGunModule = transform.parent.parent.GetComponentInChildren <Module>();
     shootBehavior   = this.GetComponent <Behavior.IShoot>();
     subscribe();
 }
Exemplo n.º 2
0
 void Start()
 {
     repairGunModule = transform.parent.GetComponentInChildren <Module>();
     barrelPosition  = 0.0f;
 }