lego: add MxDSType enum, add it to all ctors, refactor MxDSObject (#73)

* lego: add MxDSType enum, add to all ctors

* refactor header

* re-type members

* add size assert for MxDSObject

* fix Parse param

* fix types
This commit is contained in:
Christian Semmler
2023-07-03 19:24:51 +02:00
committed by GitHub
parent d64a04705c
commit e0e338ee44
15 changed files with 78 additions and 52 deletions

View File

@@ -3,11 +3,10 @@
// OFFSET: LEGO1 0x100c8870
MxDSObjectAction::MxDSObjectAction()
{
// TODO
this->SetType(MxDSType_ObjectAction);
}
// OFFSET: LEGO1 0x100c8a20
MxDSObjectAction::~MxDSObjectAction()
{
// TODO
}