isle-portable/LEGO1/mxdsevent.cpp
Christian Semmler e0e338ee44
lego: add MxDSType enum, add it to all ctors, refactor MxDSObject (#73)
* lego: add MxDSType enum, add to all ctors

* refactor header

* re-type members

* add size assert for MxDSObject

* fix Parse param

* fix types
2023-07-03 10:24:51 -07:00

12 lines
169 B
C++

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