Matt-Crow / GearBox

A C# MMORPG-like game.
0 stars 0 forks source link

Add player inventory #37

Closed Matt-Crow closed 9 months ago

Matt-Crow commented 9 months ago

Adds a basic implementation of a player inventory. Currently, it does not support all the features I want, such as multiple inventory tabs in the UI or any non-test inventory item types. However, it will be much easier to implement these after I refactor the code for #34