v0.3.0
Pre-release
Pre-release
What's Added
Inventory<T>
implementsIInventory<T>
- A container that permit to change its contents
InventorySlot<T>
implementsIInventorySlot<T>
- A Slot that permit to change its contents
What's Changed
- Removed obsolete from
IInventory<T>
IInteractiveContainer<out T>
IStackInventory<T>
CreateRandom
andCreateManyRandom
methods toSlotItemFactory
- Example project folder structure
ISlot<T>.Content
now returnsT?
InventorySlotEventType
references removed for nowISlotItemFactory.CreateItem
is now calledISlotItemFactory.CreateDefault
Known Issues
- #12 -
IStackSlot<T>
andILazyStackSlot<T>
tests not working together
Full Changelog: v0.2.0...v0.3.0