source generator
This commit is contained in:
@@ -16,7 +16,6 @@ public partial class RootModule : BaseModule, IRootModule
|
||||
|
||||
protected override bool Draggable => false;
|
||||
public ISignalOutPort[] SignalOutPorts { get; set; } = Array.Empty<ISignalOutPort>();
|
||||
public override IEnumerable<IBasePort> Ports => SignalOutPorts;
|
||||
public Stopwatch? Timer { get; set; }
|
||||
public bool Visited { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user