Ejemplo n.º 1
0
 private void OnPickUp(InventorySystem inventorySystem)
 {
     inventorySystem.AddItemAmount(ItemType.DingXiangYu, 1);
     UIManager.Instance.UpdateAllGamingUI();
 }