feat: add undo
This commit is contained in:
@@ -3,5 +3,5 @@ package chess.controller;
|
||||
import chess.model.Game;
|
||||
|
||||
public abstract class PlayerCommand extends Command{
|
||||
public abstract void undo(Game game, OutputSystem outputSystem);
|
||||
public abstract CommandResult undo(Game game, OutputSystem outputSystem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user