isle-portable/LEGO1/mxentity.cpp

12 lines
157 B
C++
Raw Normal View History

#include "mxentity.h"
// OFFSET: LEGO1 0x1001d190
MxEntity::MxEntity()
{
this->m_mxEntityId = -1;
}
// OFFSET: LEGO1 0x1000c110
MxEntity::~MxEntity()
{
}