diff --git a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs index 5f28270..d49ff0d 100644 --- a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs +++ b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs @@ -1 +1,7 @@ - \ No newline at end of file +using TNodeCore.Runtime.Models; + +namespace TNodeCore.GraphCreator.Runtime{ + public class GraphMetaNode : NodeData{ + + } +} \ No newline at end of file