예제 #1
0
 public void Lay()
 {
     prevGrabbed = true;
     planting    = true;
     BlockArea.Place(this);
     StartCoroutine("Plant");
 }