Update StarMerchantInterface.hpp

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

View File

@ -76,6 +76,7 @@ private:
ItemBagPtr m_itemBag;
int m_buyCount;
int m_maxBuyCount;
};
}