Skip to content

Commit

Permalink
some missing paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Oct 1, 2023
1 parent 63940f2 commit 728dc22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -5043,12 +5043,12 @@ class PlayLayer : GJBaseGameLayer, CCCircleWaveDelegate, CurrencyRewardDelegate,
bool m_shouldTryToKick;
float m_kickCheckDeltaSnapshot;
int m_accumulatedKickCounter;
PAD = mac 0x4, win 0x4;
PAD = mac 0x4, win 0x4, android 0x8;
double unk508;
PAD = mac 0x8, win 0x8;
PAD = mac 0x8, win 0x8, android 0x8;
double unk518;
double unk520;
PAD = mac 0x4, win 0x4;
PAD = mac 0x4, win 0x4, android 0x4;
bool m_hasGlitter;
bool m_isBgEffectOff;
bool unk52F;
Expand Down

0 comments on commit 728dc22

Please sign in to comment.