issues
search
pointonsoftware
/
pscore
C++ library for building your business software
GNU Affero General Public License v3.0
1
stars
2
forks
source link
Implement a function to retrieve an inventory item
#115
Closed
gbenziv
closed
3 years ago
gbenziv
commented
3 years ago
InventoryControl::get(std::string ID)
Should return a valid inventory item if successful
InventoryControl::get(std::string ID)