(WIP) switched from previous DSL System (UI order based) to a new DSL System (node connection based)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public partial class ExploreNodeDisplay : NodeDisplay
|
||||
{
|
||||
protected override ProgramNode CreateProgramNode()
|
||||
{
|
||||
return new ExploreNode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user