Add remaining tanks
This commit is contained in:
@@ -5,6 +5,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
|
||||
public double CenterX { get; set; }
|
||||
public double CenterY { get; set; }
|
||||
public double BottomY => CenterY;
|
||||
public string Label { get; set; }
|
||||
public bool IsFilled => CallbackIsFilled();
|
||||
public ISet<IEdge> Inputs { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user