populateBoard() fixed

This commit is contained in:
Alexandre ALTARIBA 2025-04-18 16:08:53 +02:00
parent c740e49105
commit a82989cdfc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class Board {
Board[x][7] = new Piece(x,7,'P','W');
}
}
/*coucou noa*/
public void cleanBoard() {
//TODO
}