test:just another another merge test

main
taoria 3 years ago
parent c2d6146bc3
commit f32e904655
  1. 7
      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{ namespace TNodeCore.GraphCreator.Runtime{
public class GraphMetaNode : NodeData{ public class GraphMetaNode : NodeData{
public string NodeName; public string NodeName;
public string NodeInheritanceType; public string NodeInheritanceType;
public List<Tuple<Type,string>> NodeFiled;
} }
} }
Loading…
Cancel
Save