public void RemoveBuilding() { if (building == null) { Debug.Log("No Building Error!"); } else { building.Remove(); } }