コード例 #1
0
ファイル: GameManager.cs プロジェクト: anand3132/FlappyPlane
 public void switchToInGame()
 {
     gameState = GAMESTATE.kIngame;
     obstacleController.switchToInGame();
     uiController.switchToIngame();
     planeController.resetPlaneInIngame();
 }