Beispiel #1
0
 public void PickItem()
 {
     craftingSlots.ClearCraftingSlots();
     craftingInventory.playerItems.Add(GetComponent <UIItem>().item);
     GetComponent <UIItem>().item.Collect();
 }