Skip to content

Commit 30b3553

Browse files
committed
Two new GameManager members
1 parent 68e3d30 commit 30b3553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/2.2081/GeometryDash.bro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6051,6 +6051,7 @@ class GameManager : GManager {
60516051
bool m_unkBool7;
60526052
bool m_unkBool8;
60536053
geode::SeedValueRSV m_hasRP;
6054+
bool m_hasDRP;
60546055
bool m_canGetLevelSaveData;
60556056
int m_resolution;
60566057
int m_texQuality;
@@ -6094,6 +6095,7 @@ class GameManager : GManager {
60946095
bool m_shouldResetShader;
60956096
cocos2d::CCPoint m_practicePos;
60966097
float m_practiceOpacity;
6098+
int m_unk664;
60976099
}
60986100

60996101
[[link(android)]]

0 commit comments

Comments
 (0)