github-actions[bot] 3 years ago committed by GitHub
commit 8dee73a019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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{
public class GraphMetaNode : NodeData{
public string NodeName;
public string NodeInheritanceType;
public List<Tuple<Type,string>> NodeFiled;
}
}
Loading…
Cancel
Save