We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e3d30 commit 30b3553Copy full SHA for 30b3553
bindings/2.2081/GeometryDash.bro
@@ -6051,6 +6051,7 @@ class GameManager : GManager {
6051
bool m_unkBool7;
6052
bool m_unkBool8;
6053
geode::SeedValueRSV m_hasRP;
6054
+ bool m_hasDRP;
6055
bool m_canGetLevelSaveData;
6056
int m_resolution;
6057
int m_texQuality;
@@ -6094,6 +6095,7 @@ class GameManager : GManager {
6094
6095
bool m_shouldResetShader;
6096
cocos2d::CCPoint m_practicePos;
6097
float m_practiceOpacity;
6098
+ int m_unk664;
6099
}
6100
6101
[[link(android)]]
0 commit comments