Implement/match LegoPathController::Create and Init (#911)

This commit is contained in:
Christian Semmler
2024-05-12 14:33:20 -04:00
committed by GitHub
parent 119ff93461
commit dcaa07cc49
5 changed files with 186 additions and 42 deletions

View File

@@ -35,6 +35,8 @@ public:
void VTable0x04(undefined4, undefined4, undefined4); // vtable+0x04
inline void SetAtomId(const MxAtomId& p_atomId) { m_atomId = p_atomId; }
undefined4 m_unk0x0c; // 0x0c
MxAtomId m_atomId; // 0x10
};