예제 #1
0
 public void sendPlate(Plate p)
 {
     p.Empty();
     p.gameObject.transform.position = this.transform.position + new Vector3(0, 0, -1);
     p.transform.parent = null;
     onTop   = p;
     hasItem = true;
     hasItem = true;
 }