diff --git a/LEGO1/mxnextactiondatastart.h b/LEGO1/mxnextactiondatastart.h index d82cbe88..df2a2748 100644 --- a/LEGO1/mxnextactiondatastart.h +++ b/LEGO1/mxnextactiondatastart.h @@ -6,22 +6,7 @@ // VTABLE 0x100dc9a0 class MxNextActionDataStart : public MxCore { - // OFFSET: LEGO1 0x100c1990 - virtual ~MxNextActionDataStart() override; - { - - } - inline virtual const char *ClassName() const override // vtable+0x0c - { - // 0x100c1900 - return "MxNextActionDataStart"; - } - - // OFFSET: LEGO1 0x100c1910 - inline virtual MxBool IsA(const char *p_name) const override // vtable+0x10 - { - return !strcmp(p_name, MxNextActionDataStart::ClassName()) || MxCore::IsA(p_name); - } + }; #endif // MXNEXTACTIONDATASTART_H