Ejemplo n.º 1
0
 public void switchToInGame()
 {
     gameState = GAMESTATE.kIngame;
     obstacleController.switchToInGame();
     uiController.switchToIngame();
     planeController.resetPlaneInIngame();
 }