Exemplo n.º 1
0
 public void BeginGame()
 {
     IsActive = true;
     gameRunning = true;
     Player = new PlayerShip();
 }
Exemplo n.º 2
0
 public void BeginGame()
 {
     IsActive    = true;
     gameRunning = true;
     Player      = new PlayerShip();
 }