LegoEntity::Reset (#152)

This commit is contained in:
MS
2023-10-01 09:06:29 -04:00
committed by GitHub
parent 8725986085
commit 592ede1c7b
4 changed files with 44 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#include "mxtypes.h"
// VTABLE 0x100d5390
// SIZE 0x68 or less
// SIZE 0x10
class MxEntity : public MxCore
{
public:
@@ -31,7 +31,6 @@ public:
private:
MxS32 m_mxEntityId; // 0x8
MxAtomId m_atom; // 0xc
undefined m_unk10[76];
};
#endif // MXENTITY_H