Match LegoOmni::GetWorldId (#1517)

This commit is contained in:
Christian Semmler
2025-05-24 08:12:07 -07:00
committed by GitHub
parent 90b5c27a8b
commit a860e76dba
2 changed files with 6 additions and 5 deletions

View File

@@ -90,9 +90,6 @@ public:
return *this;
}
World GetId() { return m_id; }
const char* GetKey() { return m_key; }
World m_id; // 0x00
char m_key[20]; // 0x04
MxAtomId* m_atomId; // 0x18