Exemplo n.º 1
0
 public PlayerShip(Spaceship spaceship)
 {
     this.spaceship = spaceship;
 }
Exemplo n.º 2
0
 public ComputerShip(Spaceship spaceship)
 {
     this.world     = World.getInstance();
     this.spaceship = spaceship;
 }