mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-06 18:14:41 -04:00
Fixed a typo in my last change to game stats manager (#281)
* 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:
parent
3b8dbfa4d3
commit
2d172704ef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue