isle-portable/LEGO1/mxdsserialaction.cpp
MS b743f99d20
LegoOmni::CreateStreamObject and related (#129)
* LegoOmni::CreateStreamObject and related

* Revert change to MxDSSource/MxDSFile Read export
2023-09-20 16:22:57 -04:00

16 lines
280 B
C++

#include "mxdsserialaction.h"
DECOMP_SIZE_ASSERT(MxDSSerialAction, 0xa8)
// OFFSET: LEGO1 0x100ca9d0
MxDSSerialAction::MxDSSerialAction()
{
// TODO
this->SetType(MxDSType_SerialAction);
}
// OFFSET: LEGO1 0x100cac10 STUB
MxDSSerialAction::~MxDSSerialAction()
{
// TODO
}