public void switchToInGame() { gameState = GAMESTATE.kIngame; obstacleController.switchToInGame(); uiController.switchToIngame(); planeController.resetPlaneInIngame(); }