Add press 1 and 2

This commit is contained in:
2026-07-13 23:43:05 +02:00
parent 74ec9527da
commit 0967249a22
9 changed files with 200 additions and 60 deletions
@@ -2,5 +2,6 @@
public interface ISink : INode {
public double TopY { get; }
public bool IsFull { get; }
public int? CapacityLiters { get; }
}
}