void Update() { BuildingManager.Update(); DestructionManager.Update(); RoadManager.Update(); RoutingManager.Update(); }
public void StartDestructionManager() { ToolBar.Components.DisableButtons(); DestructionManager.Enable(); }