public void Unlay() { if (planting) { planting = false; BlockArea.Unplace(this); StopCoroutine("Plant"); } }