Implement/match LegoPartPresenter::Store (#643)

This commit is contained in:
Christian Semmler
2024-03-09 13:03:21 -05:00
committed by GitHub
parent 9f875d01e5
commit 6fa4a0dbec
6 changed files with 95 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ public:
inline void Reset() { m_parts = NULL; }
MxResult Read(MxDSChunk& p_chunk);
void FUN_1007df20();
void Store();
private:
void Destroy(MxBool p_fromDestructor);