lots of things
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package chess.io.commands;
|
||||
|
||||
import chess.io.Command;
|
||||
import chess.io.CommandResult;
|
||||
import chess.io.OutputSystem;
|
||||
import chess.model.Game;
|
||||
|
||||
public class GrandCastlingCommand extends Command{
|
||||
|
||||
@Override
|
||||
public CommandResult execute(Game game, OutputSystem outputSystem) {
|
||||
return CommandResult.NotAllowed;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user