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.ai.actions;
|
||||
import chess.controller.CommandExecutor;
|
||||
import chess.controller.commands.CastlingCommand;
|
||||
|
||||
/**
|
||||
* Manage the transition between model and bots when it comes to Castling command.
|
||||
*/
|
||||
public class AIActionCastling extends AIAction{
|
||||
|
||||
private final boolean bigCastling;
|
||||
|
||||
Reference in New Issue
Block a user