Ejemplo n.º 1
0
 public void Unlay()
 {
     if (planting)
     {
         planting = false;
         BlockArea.Unplace(this);
         StopCoroutine("Plant");
     }
 }