class documentation - a shitload of it
All checks were successful
Linux arm64 / Build (push) Successful in 33s
All checks were successful
Linux arm64 / Build (push) Successful in 33s
This commit is contained in:
@@ -3,6 +3,9 @@ package chess.controller;
|
||||
import chess.controller.event.GameListener;
|
||||
import chess.model.Game;
|
||||
|
||||
/**
|
||||
* Abstract class, manage commands given by the player, which are the commands that can be undone.
|
||||
*/
|
||||
public abstract class PlayerCommand extends Command{
|
||||
|
||||
public CommandResult undo(Game game, GameListener outputSystem) {
|
||||
|
||||
Reference in New Issue
Block a user