Esempio n. 1
0
 public void StartGame()
 {
     m_currentGameState = GameState.InGame;
     m_birdController.InitializeBird(0);
     //
 }