From f32e904655a4e8a8cf18dd6a1fb51386d21b1041 Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 00:55:24 +0800 Subject: [PATCH] test:just another another merge test --- TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs index 2e23e74..f136236 100644 --- a/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs +++ b/TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs @@ -1,9 +1,14 @@ -using TNodeCore.Runtime.Models; +using System; +using System.Collections.Generic; +using TNodeCore.Runtime.Models; namespace TNodeCore.GraphCreator.Runtime{ + + public class GraphMetaNode : NodeData{ public string NodeName; public string NodeInheritanceType; + public List> NodeFiled; } } \ No newline at end of file