https://github.com/notapenguin0/inventorysystem
Inventory Utility
https://github.com/notapenguin0/inventorysystem
Last synced: 8 months ago
JSON representation
Inventory Utility
- Host: GitHub
- URL: https://github.com/notapenguin0/inventorysystem
- Owner: NotAPenguin0
- License: gpl-3.0
- Created: 2018-04-04T09:42:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T17:24:13.000Z (about 8 years ago)
- Last Synced: 2025-01-23T22:24:48.716Z (over 1 year ago)
- Language: C++
- Size: 124 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.