mirror of
https://github.com/lov3b/Schack.git
synced 2025-12-14 16:20:06 +01:00
Lektion 3
Nu kan man gå med kung
This commit is contained in:
@@ -22,10 +22,6 @@ public class Pawn extends Piece {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void move(Piece[][] pieces) {
|
||||
throw new UnsupportedOperationException("Not supported yet."); // Generated from nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody
|
||||
}
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Pawn{" + "position=" + position + ", isWhite=" + isWhite + '}';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user