Add remaining tanks

This commit is contained in:
2026-07-13 17:11:21 +02:00
parent 011f90233c
commit 74ec9527da
13 changed files with 378 additions and 110 deletions
@@ -1,5 +1,6 @@
namespace PamhagenSysCtrl.Helpers.Pipeline {
public interface ISource : INode {
public double BottomY { get; }
public bool IsFilled { get; }
}
}