Exemplo n.º 1
0
 public void SetPlanetToAttack(Planet planet)
 {
     _planetToAttack = planet;
     planet.AddEnemyShip(this);
     transform.forward = planet.transform.position - transform.position;
 }