From c2d6146bc334b40a05191787594265d4c630e4ad Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 00:46:35 +0800 Subject: [PATCH] test:auto merge test --- 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 4032e4d..2e23e74 100644 --- a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs +++ b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs @@ -3,6 +3,7 @@ namespace TNodeCore.GraphCreator.Runtime{ public class GraphMetaNode : NodeData{ public string NodeName; - + public string NodeInheritanceType; + } } \ No newline at end of file