Exemple #1
0
 private void UpdateManagers()
 {
     MapManager.Update();
     StrategyManager.Update();
     EconomyManager.Update();
     ProductionManager.Update();
     OperationsManager.Update();
 }