github-actions[bot] 3 years ago committed by GitHub
commit 49f90e1681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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