Implement/match LegoExtraActor::VTable0x6c (#956)

This commit is contained in:
Christian Semmler
2024-05-25 19:16:20 -04:00
committed by GitHub
parent 535f1b973a
commit 3cfb918559
5 changed files with 116 additions and 27 deletions

View File

@@ -126,6 +126,7 @@ public:
inline LegoPathBoundary* GetBoundary() { return m_boundary; }
inline MxU32 GetState() { return m_state; }
inline LegoPathController* GetController() { return m_controller; }
inline MxBool GetCollideBox() { return m_collideBox; }
inline void SetBoundary(LegoPathBoundary* p_boundary) { m_boundary = p_boundary; }
inline void SetState(MxU32 p_state) { m_state = p_state; }