MxEntity (#84)

* Start MxEntity

* MxEntity: make MxAtomId a member
This commit is contained in:
Joshua Peisach
2023-07-16 02:49:47 -04:00
committed by GitHub
parent 4a50a9ff56
commit e3bf7b53b5
2 changed files with 9 additions and 16 deletions

View File

@@ -1,19 +1,12 @@
#include "mxentity.h"
// OFFSET: LEGO1 0x1001d190 STUB
// OFFSET: LEGO1 0x1001d190
MxEntity::MxEntity()
{
// TODO
this->m_mxEntityId = -1;
}
// OFFSET: LEGO1 0x1000c110 STUB
// OFFSET: LEGO1 0x1000c110
MxEntity::~MxEntity()
{
// TODO
}
// OFFSET: LEGO1 0x10001070 STUB
void MxEntity::Destroy()
{
// TODO
}
}