Implement/match LegoEntity::VTable0x34 (#633)

* Implement/match LegoEntity::VTable0x34

* Change parameter name

* Fix order
This commit is contained in:
Christian Semmler
2024-03-06 14:12:20 -05:00
committed by GitHub
parent 71bcd4c771
commit a12146f52f
10 changed files with 76 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ public:
);
inline const LegoChar* GetName() const { return m_name; }
inline LegoEntity* GetUnknown0x104() { return m_entity; }
inline LegoEntity* GetEntity() { return m_entity; }
inline void SetEntity(LegoEntity* p_entity) { m_entity = p_entity; }