updated version end session1 Manon

This commit is contained in:
manon 2025-04-17 12:02:32 +02:00
parent 1bac055331
commit 67832c4767
1 changed files with 8 additions and 0 deletions

View File

@ -30,4 +30,12 @@ public class Piece {
return this.isWhite;
}
public void setX(int x) {
this.x = x;
}
public void setY(int y) {
this.y = y;
}
}