From 2d172704efed8fa996f330be0a6d60e664d8da8c Mon Sep 17 00:00:00 2001 From: SMJS <38814077+SMJSGaming@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:29:40 +0200 Subject: [PATCH] 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 --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 6c4f3f0e..54dc755f 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -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;