mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
13 lines
211 B
C++
13 lines
211 B
C++
#include "mxdsobjectaction.h"
|
|
|
|
// OFFSET: LEGO1 0x100c8870
|
|
MxDSObjectAction::MxDSObjectAction()
|
|
{
|
|
this->SetType(MxDSType_ObjectAction);
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c8a20
|
|
MxDSObjectAction::~MxDSObjectAction()
|
|
{
|
|
}
|