(WIP) Switch from previous DSL System (UI order based) to a new DSL System (node connection based) still in Progress.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public partial class StartNodeDisplay : NodeDisplay
|
||||
{
|
||||
protected override ProgramNode CreateProgramNode()
|
||||
{
|
||||
return new StartNode();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
uid://c7w5380k530wb
|
||||
Reference in New Issue
Block a user