2023-06-29 04:10:08 -04:00
|
|
|
#include "mxdsmediaaction.h"
|
|
|
|
|
|
|
|
// OFFSET: LEGO1 0x100c8b40
|
|
|
|
MxDSMediaAction::MxDSMediaAction()
|
|
|
|
{
|
2023-07-16 02:51:11 -04:00
|
|
|
this->m_unk98 = 0;
|
|
|
|
this->m_unk9c = 0;
|
|
|
|
this->m_unka0 = 0;
|
|
|
|
this->m_unka4 = 0;
|
|
|
|
this->m_unka8 = 0;
|
|
|
|
this->m_unkac = 1;
|
|
|
|
this->m_unkb4 = 0xffffffff;
|
|
|
|
this->m_unkb0 = 0;
|
2023-07-03 13:24:51 -04:00
|
|
|
this->SetType(MxDSType_MediaAction);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-07-16 02:51:11 -04:00
|
|
|
// OFFSET: LEGO1 0x100c8cf0
|
2023-06-29 04:10:08 -04:00
|
|
|
MxDSMediaAction::~MxDSMediaAction()
|
|
|
|
{
|
2023-07-16 02:51:11 -04:00
|
|
|
delete this->m_unk98;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|