We did the clear thing

This commit is contained in:
k1ntas
2022-03-17 09:08:44 +01:00
parent 9097a966f0
commit f070ae87a4
2 changed files with 27 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ public class Queen extends Piece {
public Queen(boolean isWhite, Point point) throws IOException {
super(isWhite, point);
setPieceIcon("Queen");
}
}
@Override
public LinkedHashSet<Point> validMoves(Piece[][] pieces) {