3d promote (Fixes #14)
All checks were successful
Linux arm64 / Build (push) Successful in 35s

This commit is contained in:
2025-05-18 12:18:09 +02:00
parent fd9aabb6a1
commit 523eb094e1
11 changed files with 82 additions and 37 deletions

View File

@@ -291,7 +291,7 @@ public class Window extends JFrame implements GameListener, CommandSender {
public void onCastling(boolean bigCastling, Move kingMove, Move rookMove) {}
@Override
public void onPawnPromoted(PromoteType promotion) {}
public void onPawnPromoted(PromoteType promotion, Coordinate coordinate) {}
@Override
public CommandExecutor getCommandExecutor() {