From d12d7ff2f19b8d2da84e26cbf4cc7b1cb8054bdb Mon Sep 17 00:00:00 2001 From: taoria <445625470@qq.com> Date: Sat, 13 Aug 2022 00:02:29 +0800 Subject: [PATCH] test:add automation --- TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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