From 41cb7dfde4266ad9aef5de777cd903269d492c41 Mon Sep 17 00:00:00 2001 From: SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:57:19 -0600 Subject: [PATCH] Update StarCraftingInterface.hpp --- source/frontend/StarCraftingInterface.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/frontend/StarCraftingInterface.hpp b/source/frontend/StarCraftingInterface.hpp index 58dd022..f422406 100644 --- a/source/frontend/StarCraftingInterface.hpp +++ b/source/frontend/StarCraftingInterface.hpp @@ -69,6 +69,8 @@ private: StringSet m_filter; + int m_maxSpinCount; + int m_recipeAutorefreshCooldown; HashMap m_itemCache;