Beispiel #1
0
 private void UpdateGameInfo(GameInfoUpdate gameInfo)
 {
     Map.Size = (gameInfo.MapWidth, gameInfo.MapHeight);
     UnitManager.UpdateGameInfo(gameInfo);
 }