Match LegoGameState::Username::Serialize

This commit is contained in:
Christian Semmler
2025-01-12 12:38:53 -07:00
parent 3b47366f05
commit 0c63127b20
2 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ public:
Username(Username& p_other) { Set(p_other); }
void Set(Username& p_other) { memcpy(m_letters, p_other.m_letters, sizeof(m_letters)); }
MxResult Serialize(LegoStorage* p_storage);
MxResult Serialize(LegoFile* p_file);
Username& operator=(const Username& p_other);
MxS16 m_letters[7]; // 0x00