Recode Inventories
No due date
0% complete
Right now the Inventory class has every item gathered on its "items" dictionary.
My proposal is to redo the inventory so it inherits from the dictionary, that way we can get an inventory given a Login, appID and contextID and access it via dictionary keys as a normal dictionary.
This includes both the SteamInventory Module and by extension the SteamTradeO…
Right now the Inventory class has every item gathered on its "items" dictionary.
My proposal is to redo the inventory so it inherits from the dictionary, that way we can get an inventory given a Login, appID and contextID and access it via dictionary keys as a normal dictionary.
This includes both the SteamInventory Module and by extension the SteamTradeOffers Module which depends on it.