diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-12-18 01:57:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 01:57:51 -0600 |
commit | a362aa867a3802fe27ddf52c32e809a3cc750f23 (patch) | |
tree | 243b67c9350a5201a622eeab986aa359a2f5b906 /source/frontend/StarMerchantInterface.hpp | |
parent | 41cb7dfde4266ad9aef5de777cd903269d492c41 (diff) |
Update StarMerchantInterface.hpp
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r-- | source/frontend/StarMerchantInterface.hpp | 1 |
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; }; } |