modded class Slot { override void SetPlant(PlantBase plant) { m_Plant = plant; m_State = STATE_PLANTED; if (plant) { plant.SetSlot(this); } } }