mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -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
12 lines
211 B
C++
12 lines
211 B
C++
#include "mxdsobjectaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100c8870
|
|
MxDSObjectAction::MxDSObjectAction()
|
|
{
|
|
this->SetType(MxDSType_ObjectAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c8a20
|
|
MxDSObjectAction::~MxDSObjectAction()
|
|
{
|
|
}
|