Example #1
0
 public void DeleteBuilding(Building building)
 {
     buildingManager.DeleteBuilding(building);
 }