Update StarCraftingInterface.hpp

This commit is contained in:
SilverSokolova 2024-12-18 01:57:19 -06:00 committed by GitHub
parent a57347c9b1
commit 41cb7dfde4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,8 @@ private:
StringSet m_filter;
int m_maxSpinCount;
int m_recipeAutorefreshCooldown;
HashMap<ItemDescriptor, ItemPtr> m_itemCache;