From d18281bc3e3fe1833f21ec233e35900e06c5d353 Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Thu, 8 Aug 2024 14:16:30 -0400 Subject: [PATCH] thx @hiimjustin000 --- bindings/2.206/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/2.206/GeometryDash.bro b/bindings/2.206/GeometryDash.bro index 8c8ecd37c..32ac97f5e 100644 --- a/bindings/2.206/GeometryDash.bro +++ b/bindings/2.206/GeometryDash.bro @@ -12780,7 +12780,7 @@ class MusicDownloadManager : cocos2d::CCNode, PlatformDownloadDelegate { TodoReturn getAllSongs(); void getCustomContentURL() = win 0x31ee40, imac 0x5986c0, m1 0x4e11c8; cocos2d::CCObject* getDLObject(char const*) = win 0x38f40; - cocos2d::CCArray* getDownloadedSongs() = win 0x31d5a0; + cocos2d::CCArray* getDownloadedSongs() = win 0x31d5a0, m1 0x4decf8, imac 0x595e00; TodoReturn getDownloadProgress(int); TodoReturn getMusicArtistForID(int); TodoReturn getMusicObject(int);