Implement/match remaining MxDSMultiAction functions (#136)

* Implement/match MxDSMultiAction::Deserialize

* Implement remaining functions of MxDSMultiAction

* Remove space
This commit is contained in:
Christian Semmler
2023-09-25 13:08:19 -04:00
committed by GitHub
parent 6dd94d3626
commit 548f337cad
4 changed files with 126 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ private:
undefined4 m_unk84;
undefined4 m_unk88;
MxOmni *m_omni; // 0x8c
protected:
MxLong m_someTimingField; // 0x90
};