Overview


InventorComponent has basic functions like add/remove/use/drop items.

Each item in inventory is stored as F_StoredItem struct.

It only stores information about stored item class, it’s amount and Id.
This way items doesn’t have to be instantiated to be stored in Inventory.