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

@@ -13,14 +13,14 @@ import chess.controller.commands.PromoteCommand;
import chess.controller.commands.UndoCommand;
import chess.controller.commands.PromoteCommand.PromoteType;
import chess.controller.event.EmptyGameDispatcher;
import chess.controller.event.GameAdaptator;
import chess.controller.event.GameAdapter;
import chess.model.ChessBoard;
import chess.model.Color;
import chess.model.Game;
import chess.model.Move;
import chess.model.PermissiveGame;
public class GameSimulation extends GameAdaptator {
public class GameSimulation extends GameAdapter {
private final CommandExecutor simulation;
private final Game gameSimulation;