This commit is contained in:
@@ -5,10 +5,10 @@ import java.util.List;
|
||||
|
||||
import chess.controller.CommandExecutor;
|
||||
import chess.controller.PlayerCommand;
|
||||
import chess.controller.event.GameAdaptator;
|
||||
import chess.controller.event.GameAdapter;
|
||||
import common.Signal0;
|
||||
|
||||
public class PgnSimulator extends GameAdaptator {
|
||||
public class PgnSimulator extends GameAdapter {
|
||||
|
||||
private final CommandExecutor commandExecutor;
|
||||
private final String pgn;
|
||||
|
||||
Reference in New Issue
Block a user