コード例 #1
0
ファイル: PM_Player.cs プロジェクト: najito5/FPS_Moira
 public void GetItem(INV_InventoryItemComponent _compo) => playerInventory.AddItem(_compo);
コード例 #2
0
    public void AddItem(INV_InventoryItemComponent _itemToAdd)
    {
        INV_InventoryItem _item = INV_InventoryManager.Instance.GetItem(_itemToAdd.Item.ID);

        AddInventory(_item);
    }