Implement/match a few LegoEntity functions (#445)

* Implement/match a few LegoEntity functions

* Add annotations
This commit is contained in:
Christian Semmler
2024-01-16 14:33:03 -05:00
committed by GitHub
parent b1fdb780de
commit 6af0c6cb1a
13 changed files with 74 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ public:
MxResult Init();
protected:
MxPresenterList* m_presenters;
MxPresenterList* m_presenters; // 0x8
MxThread* m_thread; // 0xc
MxCriticalSection m_criticalSection; // 0x10
};