mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
15 lines
230 B
C++
15 lines
230 B
C++
#include "mxdsmultiaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100c9b90
|
|
MxDSMultiAction::MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_MultiAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100ca060 STUB
|
|
MxDSMultiAction::~MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
}
|