diff --git a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs index d49ff0d..4032e4d 100644 --- a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs +++ b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs @@ -2,6 +2,7 @@ namespace TNodeCore.GraphCreator.Runtime{ public class GraphMetaNode : NodeData{ - + public string NodeName; + } } \ No newline at end of file