Implement/match LegoEntity::Notify (#778)

This commit is contained in:
Christian Semmler
2024-04-06 13:59:38 -04:00
committed by GitHub
parent fc91da8666
commit f30ed0212b
7 changed files with 86 additions and 19 deletions

View File

@@ -40,6 +40,7 @@ public:
{
}
inline LegoROI* GetROI() { return m_roi; }
inline MxU8 GetModifier() { return m_modifier; }
inline MxU8 GetKey() const { return m_key; }