Exemple #1
0
 public void CallEventObjectThrow()
 {
     if (EventObjectThrow != null)
     {
         EventObjectThrow();
     }
     playerMaster.CallEventHandsEmpty();              //moved outside so inventory can update when item picked up
     playerMaster.CallEventInventoryChanged();
 }