Skip to content

Commit

Permalink
Bindings for @Uproxide
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Feb 2, 2025
1 parent 9fb0f0e commit 9d3071c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -16521,7 +16521,7 @@ class RateStarsLayer : FLAlertLayer, UploadPopupDelegate, UploadActionDelegate {
void onFeature(cocos2d::CCObject* sender) = win 0x3b3440, imac 0x27a650;
void onRate(cocos2d::CCObject* sender) = win 0x3b37a0, imac 0x27a6d0, m1 0x2248ac;
void onToggleCoins(cocos2d::CCObject* sender);
void selectRating(cocos2d::CCObject*) = win 0x3b35b0;
void selectRating(cocos2d::CCObject*) = win 0x3b35b0, m1 0x22466c, imac 0x27a4b0;

bool m_uploadFinished;
bool m_moderator;
Expand Down Expand Up @@ -19808,7 +19808,7 @@ class ShareLevelLayer : FLAlertLayer {
void onClose(cocos2d::CCObject* sender) = win 0x84620;
void onSettings(cocos2d::CCObject* sender) = win 0x477c40;
void onShare(cocos2d::CCObject* sender) = win 0x477d90, imac 0x26f3c0, m1 0x21a7ec;
void selectRating(cocos2d::CCObject*) = win 0x477ab0, m1 0x21aae0;
void selectRating(cocos2d::CCObject*) = win 0x477ab0, m1 0x21aae0, imac 0x26f680;
void setupStars() = win 0x4776a0, m1 0x21a0b8, imac 0x26f010;

GJGameLevel* m_level;
Expand Down

0 comments on commit 9d3071c

Please sign in to comment.