Exemple #1
0
 void OnItemDropped(ItemSlot slot)
 {
     inventory.Equip(slot.Item, ((Item.EquipSlots)slot.Index).ToString());
 }