Beispiel #1
0
 void Update()
 {
     BuildingManager.Update();
     DestructionManager.Update();
     RoadManager.Update();
     RoutingManager.Update();
 }
Beispiel #2
0
 public void StartDestructionManager()
 {
     ToolBar.Components.DisableButtons();
     DestructionManager.Enable();
 }