Пример #1
0
 void Start()
 {
     mover   = this.gameObject.GetComponent <StarshipMover>();
     shooter = this.gameObject.GetComponent <StarshipShooter>();
     health  = this.gameObject.GetComponent <StarshipHealth>();
 }