mirror of
https://github.com/lov3b/Schack.git
synced 2025-12-14 16:20:06 +01:00
rook funkar inte
This commit is contained in:
@@ -17,6 +17,8 @@ public class Pawn extends Piece {
|
||||
|
||||
@Override
|
||||
public LinkedHashSet<Point> validMoves(Piece[][] pieces) {
|
||||
LinkedHashSet<Point> movable = new LinkedHashSet<>();
|
||||
|
||||
|
||||
return new LinkedHashSet<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user