This commit is contained in:
mike
2026-01-23 06:31:56 +01:00
parent 2c39e82b00
commit 2aa08fedb0
5 changed files with 21 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ public record Export() {
public record Signa(@Delegate Clues c) {
public static Signa of(Cell... cells) {
public static Signa of(Mask... cells) {
var c = createEmpty();
for (var cell : cells) c.setClue(cell);
return new Signa(c);