This commit is contained in:
elijah-thomas774
2025-11-16 23:19:57 -05:00
parent 1e29b7940c
commit 54c3f67bdf
20 changed files with 526 additions and 77 deletions
+6
View File
@@ -521,10 +521,16 @@ public:
dBgS_GndChk &GetGnd() {
return mGnd;
}
const dBgS_GndChk &GetGnd() const {
return mGnd;
}
dBgS_RoofChk &GetRoof() {
return mRoof;
}
const dBgS_RoofChk &GetRoof() const {
return mRoof;
}
void SetField_0xD4(f32 v) {
field_0x0D4 = v;