public void NormalMode()
 {
     buildingSystem.SwitchMode(BuildingSystem.ClickMode.Normal);
     ChangeSpeed(beforeSpeed / 10);
 }