mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
e0e338ee44
* lego: add MxDSType enum, add to all ctors * refactor header * re-type members * add size assert for MxDSObject * fix Parse param * fix types
14 lines
230 B
C++
14 lines
230 B
C++
#include "mxdsmultiaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100c9b90
|
|
MxDSMultiAction::MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
this->SetType(MxDSType_MultiAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100ca060 STUB
|
|
MxDSMultiAction::~MxDSMultiAction()
|
|
{
|
|
// TODO
|
|
}
|