SoulShardStudios / game_inventory

Generic inventory system built in pure rust.
MIT License
7 stars 0 forks source link

total_quant_in_inventory #7

Closed Lubba-64 closed 2 years ago

Lubba-64 commented 2 years ago

If the remove_item_from_inventory is going to be used, it would probably be helpful to be able to get the total quantity of a specific item in an entire inventory, just so you can verify that you can indeed remove that many of x item from your inventory.