コード例 #1
0
 void OnDrop(Inventory inventory, ItemBehavior item, int count)
 {
     UIManager.ShowGameMessage("Dropped " + item.itemName + " ( x" + count + " )", 0);
 }