test:auto merge test

main
taoria 3 years ago
parent 9b5f5e71f6
commit c2d6146bc3
  1. 3
      TNodeCore/GraphCreator/Runtime/GraphMetaNode.cs

@ -3,6 +3,7 @@
namespace TNodeCore.GraphCreator.Runtime{
public class GraphMetaNode : NodeData{
public string NodeName;
public string NodeInheritanceType;
}
}
Loading…
Cancel
Save