Small implementations in MxEntity/MxEventManager (#96)

* Small implementations in MxEntity/MxEventManager

* Cleanup

* Update LEGO1/mxentity.cpp

---------

Co-authored-by: MattKC <34096995+itsmattkc@users.noreply.github.com>
This commit is contained in:
Joshua Peisach
2023-08-03 19:43:36 -04:00
committed by GitHub
parent dc585c7f61
commit b6ada8f46c
4 changed files with 21 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ public:
MxEventManager();
virtual ~MxEventManager() override;
private:
void Init();
};
#endif // MXEVENTMANAGER_H