RazeLighter777 / Adventure

Java RPG engine with plugins
GNU General Public License v3.0
0 stars 0 forks source link

Implement Basic Inventory #4

Closed RazeLighter777 closed 5 years ago

RazeLighter777 commented 5 years ago

Implement the basic inventory class as a concrete class with limited weight, volume etc that implements IInventory.

RazeLighter777 commented 5 years ago

Finished implementation. Will have to write tests.