PieceType

This commit is contained in:
thibaud 2025-04-09 10:35:53 +02:00
parent d69dbecb82
commit 941ddef48a
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
package backend;
public class Piece {
private int x;
private int y;
private PieceType type;
private boolean isWhite;
public int getX() {
return 0;