Fixed a typo in my last change to game stats manager ()

* Added 2 additional methods to GameStatsManager

One of these (set stat) might be a risk to expose so I'm not 100% sure if you guys want it covered or not

* Fixed a typo in my last change to game stats manager
This commit is contained in:
SMJS 2023-10-03 12:29:40 +02:00 committed by GitHub
parent 3b8dbfa4d3
commit 2d172704ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3577,7 +3577,7 @@ class GameStatsManager : cocos2d::CCNode {
void storeSecretCoin(char const*) = mac 0x42a10;
void storeUserCoin(char const*) = mac 0x42890;
bool isItemUnlocked(UnlockType type, int id) = win 0xfbb80;
void checkAchievement(char const* type) = win 0xf37c0
void checkAchievement(char const* type) = win 0xf37c0;
PAD = mac 0x50, win 0x28;
cocos2d::CCDictionary* m_dailyChests;