Update legogamestate.h

This commit is contained in:
Misha 2024-03-15 15:41:43 -04:00
parent 6df7d3d078
commit 19ef3c2ea0
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -188,7 +188,10 @@ class LegoGameState {
MxU16 m_unk0x24; // 0x24 MxU16 m_unk0x24; // 0x24
MxS16 m_playerCount; // 0x26 MxS16 m_playerCount; // 0x26
// This member is accessed directly by foreign classes // This member is accessed directly by foreign classes
public: Username m_players[9]; // 0x28
public:
Username m_players[9]; // 0x28
private: private:
History m_history; // 0xa6 History m_history; // 0xa6
undefined2 m_unk0x41a; // 0x41a undefined2 m_unk0x41a; // 0x41a