Namespace InventorySystem.Inventory
Classes
InventoryFactory
Static factory to create IInventorys.
Interfaces
IInventory
Interface for an Inventory managing IInventorySlots and the IItems inside. Exposes methods for adding, removing, and getting items.
IInventorySlot
An inventory slot in an IInventory, which manages one IItem with a certain Quantity.