Merge branch 'master' of https://gitarero.ecam.fr/c.delmont-magazzeni/OOP_2A3_Project.git
This commit is contained in:
commit
89e1c93a76
|
|
@ -14,7 +14,6 @@ public class Piece {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public int getX() {
|
public int getX() {
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
@ -23,15 +22,6 @@ public class Piece {
|
||||||
return y;
|
return y;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setX(int x) {
|
|
||||||
this.x = x;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setY(int y) {
|
|
||||||
this.y = y;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public PieceType getType() {
|
public PieceType getType() {
|
||||||
|
|
||||||
return type;
|
return type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue