(WIP) switched from previous DSL System (UI order based) to a new DSL System (node connection based)

This commit is contained in:
2026-05-13 13:18:47 +02:00
parent 1eef71f454
commit 5893f9f7b9
47 changed files with 706 additions and 1153 deletions
@@ -0,0 +1,7 @@
public partial class MaintainNodeDisplay : NodeDisplay
{
protected override ProgramNode CreateProgramNode()
{
return new MaintainNode();
}
}