mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-05 09:33:48 -04:00
Remove private specifiers from game code classes (#2375)
* remove private specifiers from game code * fix formatting * fix more formatting * Add some missing public modifiers --------- Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
@@ -50,7 +50,6 @@ public:
|
||||
return this->speed.y != 0.0f;
|
||||
};
|
||||
|
||||
private:
|
||||
/* 0x5A0 */ request_of_phase_process_class mPhaseReq;
|
||||
/* 0x5A8 */ Mtx mMtx;
|
||||
/* 0x5D8 */ u8 field_0x5d8;
|
||||
|
||||
Reference in New Issue
Block a user