Merge branch 'master' of https://gitarero.ecam.fr/noa.four/OOP_1B2_Project.git
This commit is contained in:
commit
fe3558e7b9
|
|
@ -38,5 +38,5 @@ public class Move {
|
|||
public String toString() {
|
||||
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
|
||||
}
|
||||
|
||||
// remove commit message
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue