isle/LEGO1/mxdsaction.cpp
2023-07-02 13:41:47 +02:00

15 lines
200 B
C++

#include "mxdsaction.h"
// OFFSET: LEGO1 0x100ad810
MxDSAction::MxDSAction()
{
// TODO
this->SetType(MxDSType_Action);
}
// OFFSET: LEGO1 0x100ada80 STUB
MxDSAction::~MxDSAction()
{
// TODO
}