예제 #1
0
 private void DropItemByUI(Inventory.ItemType it, int index)
 {
     pickupManager.DropItemByUI(it, index);
 }