refactor: standardize object type identification using uLibTypeMacro and update serialization macros
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
ObjectsContext();
|
||||
virtual ~ObjectsContext();
|
||||
|
||||
virtual const char * GetClassName() const { return "ObjectsContext"; }
|
||||
uLibTypeMacro(ObjectsContext, Object)
|
||||
virtual ObjectsContext* GetChildren() override { return this; }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user