Skip to content

Commit

Permalink
Update GeometryDash.bro (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chs000-00 authored Feb 20, 2025
1 parent 7e5e24f commit a6f00cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/2.2074/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -8477,6 +8477,7 @@ class GJAssetDownloadAction {

[[link(android), depends(GJGameState), depends(PlayerButtonCommand)]]
class GJBaseGameLayer : cocos2d::CCLayer, TriggerEffectDelegate {
GJBaseGameLayer() = win 0x2c7b10;
~GJBaseGameLayer() = win 0x200540;
// GJBaseGameLayer() = ios 0x1256b4;

Expand Down Expand Up @@ -16537,7 +16538,7 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate {

[[link(android)]]
class PlayLayer : GJBaseGameLayer, CCCircleWaveDelegate, CurrencyRewardDelegate, DialogDelegate {
PlayLayer() = imac 0xbfcd0;
PlayLayer() = win 0x38DF50, imac 0xbfcd0;
virtual ~PlayLayer() = win 0x38e920, imac 0xab980;

static PlayLayer* create(GJGameLevel* level, bool useReplay, bool dontCreateObjects) = imac 0xabda0, m1 0x9ccd0;
Expand Down

0 comments on commit a6f00cf

Please sign in to comment.