This commit is contained in:
MSI 2025-05-06 13:57:08 +02:00
parent e306c33f3e
commit 806c27ab5f
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ public class Move {
public String toString() {
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
}
}