Exemple #1
0
 //drops the item on the ground where it is stationed
 public void DropItem()
 {
     if (holdingParent.HeldItem == true)
     {
         holdingParent.DropItem();
         ResetIcon();
     }
 }