implement LegoOmni::FindByEntityIdOrAtomId (#435)

* push changes

* Match and add annotations

* Fix annotations

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-13 20:34:54 -05:00
committed by GitHub
parent 8b34b38ac0
commit 7f7e6e37dd
8 changed files with 49 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ private:
// class MxListCursor<MxDSAction *>
// VTABLE: LEGO1 0x100d7e50
// SIZE 0x10
class MxDSActionListCursor : public MxListCursor<MxDSAction*> {
public:
MxDSActionListCursor(MxDSActionList* p_list) : MxListCursor<MxDSAction*>(p_list){};