Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMerchantInterface.hpp
diff options
context:
space:
mode:
authorSilverSokolova <80606782+SilverSokolova@users.noreply.github.com>2024-12-18 01:57:51 -0600
committerGitHub <noreply@github.com>2024-12-18 01:57:51 -0600
commita362aa867a3802fe27ddf52c32e809a3cc750f23 (patch)
tree243b67c9350a5201a622eeab986aa359a2f5b906 /source/frontend/StarMerchantInterface.hpp
parent41cb7dfde4266ad9aef5de777cd903269d492c41 (diff)
Update StarMerchantInterface.hpp
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r--source/frontend/StarMerchantInterface.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarMerchantInterface.hpp b/source/frontend/StarMerchantInterface.hpp
index b717a61..967a2ce 100644
--- a/source/frontend/StarMerchantInterface.hpp
+++ b/source/frontend/StarMerchantInterface.hpp
@@ -76,6 +76,7 @@ private:
ItemBagPtr m_itemBag;
int m_buyCount;
+ int m_maxBuyCount;
};
}