PieceType
This commit is contained in:
parent
d69dbecb82
commit
941ddef48a
|
|
@ -1,6 +1,10 @@
|
||||||
package backend;
|
package backend;
|
||||||
|
|
||||||
public class Piece {
|
public class Piece {
|
||||||
|
private int x;
|
||||||
|
private int y;
|
||||||
|
private PieceType type;
|
||||||
|
private boolean isWhite;
|
||||||
|
|
||||||
public int getX() {
|
public int getX() {
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue