Esempio n. 1
0
 void GamePreparation()
 {
     GameState = GameStatus.Loading;
     mapControl.CreateMap();
     StartGame();
 }