Beispiel #1
0
 void Start()
 {
     saber     = GetComponentInChildren <LightsaberManager> ();
     attack    = GetComponentInChildren <MeleeAttackManager>();
     bouncer   = GetComponent <BulletBouncer>();
     attackKey = this.GetComponent <PlayerBlaster>().key;
 }
 void Start()
 {
     saber = GetComponentInChildren <LightsaberManager> ();
 }