isle/LEGO1/mxentity.cpp
2023-06-29 00:36:05 -07:00

14 lines
161 B
C++

#include "mxentity.h"
// OFFSET: LEGO1 0x1001d190 STUB
MxEntity::MxEntity()
{
// TODO
}
// OFFSET: LEGO1 0x1000c110 STUB
MxEntity::~MxEntity()
{
// TODO
}