From fb39bfd37f11f72f1da2b17f57703596f599084d Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 00:13:51 +0800 Subject: [PATCH] test:merge? --- TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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