From ac300b479f98286cfeea1d3b36c9a202f778d74e Mon Sep 17 00:00:00 2001 From: Cvolton Date: Thu, 22 Jun 2023 12:31:24 +0200 Subject: [PATCH] add GManager::setup() address --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 365d6da1..00170a1c 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -2739,7 +2739,7 @@ class GJUserScore : cocos2d::CCNode { } class GManager : cocos2d::CCNode { - virtual void setup() {} + virtual void setup() = win 0x28F60; virtual void encodeDataTo(DS_Dictionary* data) {} virtual void dataLoaded(DS_Dictionary* data) {} virtual void firstLoad() {}