Updated InventoryComponent

Added comment
This commit is contained in:
MH261677 2022-11-24 00:13:20 +00:00
parent 57b532c256
commit 5dce4dc603
3 changed files with 5 additions and 4 deletions

Binary file not shown.

BIN
Content/Levels/MerchantPrototype.umap (Stored with Git LFS)

Binary file not shown.

View File

@ -46,6 +46,7 @@ bool UInventoryComponent::AddItem(class UBaseItem* BaseItem)
return true;
}
// remove only gets called once on the same item
bool UInventoryComponent::Remove(class UBaseItem* BaseItem)
{
if(BaseItem)