isle-portable/LEGO1/mxdsevent.cpp

13 lines
169 B
C++
Raw Normal View History

#include "mxdsevent.h"
// OFFSET: LEGO1 0x100c95f0
MxDSEvent::MxDSEvent()
{
this->SetType(MxDSType_Event);
}
// OFFSET: LEGO1 0x100c97a0
MxDSEvent::~MxDSEvent()
{
}