rename GameAdapter
All checks were successful
Linux arm64 / Build (push) Successful in 51s

This commit is contained in:
2025-05-06 11:53:26 +02:00
parent 271ff420a2
commit 58f02f681c
10 changed files with 17 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ public class PgnExport {
// DumbAI ai2 = new DumbAI(commandExecutor, Color.Black);
// commandExecutor.addListener(ai2);
// commandExecutor.addListener(new GameAdaptator() {
// commandExecutor.addListener(new GameAdapter() {
// @Override
// public void onGameEnd() {
// System.out.println(exportGame(game));