public void PlaceBasicFarm() { m_placer.ClearPlacer(); m_placer.SetObjectToPlace(m_basicFarm); m_destroy = false; Debug.Log("placing farm"); }