Пример #1
0
 public void DropItem()
 {
     if (grabber != null)
     {
         grabber.Drop();
     }
 }