fix prb 3

This commit is contained in:
martinbst 2025-05-01 14:22:18 +02:00
parent 6b6215f304
commit 71c951dfde
3 changed files with 4 additions and 2 deletions

View File

@ -372,3 +372,4 @@ public class Board {
}
}
//

View File

@ -81,4 +81,5 @@ public class Pawn extends Piece {
return row >= 0 && row < 8 && col >= 0 && col < 8;
}
}
}
//

View File

@ -26,4 +26,4 @@ public class lastMove {
return toY;
}
}
//
////