An open API service indexing awesome lists of open source software.

https://github.com/notapenguin0/inventorysystem

Inventory Utility
https://github.com/notapenguin0/inventorysystem

Last synced: 8 months ago
JSON representation

Inventory Utility

Awesome Lists containing this project

README

          

# InventorySystem
Inventory Utility

Inventory class with utilities like merge(), transfer(), add(), remove(), use(), etc.

To use this class with your own items, you should derive your item class from IItem, or create your own Item interface and modify the code.