This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user