Exemplo n.º 1
0
 private void EndGame(bool userWon)
 {
     gameState    = GameState.PostGame;
     this.userWon = userWon;
     playerController.Reset();
     invaderController.Reset();
 }