package chess.io; import chess.model.Game; public abstract class PlayerCommand extends Command{ public abstract void undo(Game game, OutputSystem outputSystem); }