This commit is contained in:
yohanmontagne 2025-04-09 10:56:27 +02:00
parent 531e8f0684
commit 99fa8b6769
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ private int x;
private int y;
private PieceType type;
private boolean isWhite;
private boolean isruenwhite;
private boolean isturnwhite;
private int turnnumber;
@ -46,7 +46,7 @@ private int turnnumber;
}
public boolean isTurnWhite() {
//TODO
return false;
}