redo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user