Add an enum to your item class that contains each item type / category, When you populate your inventory menu only add items that match the category you want to display
Add an enum to your item class that contains each item type / category, When you populate your inventory menu only add items that match the category you want to display