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:
@@ -4,6 +4,9 @@ import chess.controller.CommandExecutor;
|
||||
import chess.controller.CommandSender;
|
||||
import chess.controller.commands.UndoCommand;
|
||||
|
||||
/**
|
||||
* Abstract class, manage the possible actions of a bot.
|
||||
*/
|
||||
public abstract class AIAction implements CommandSender {
|
||||
|
||||
private final CommandExecutor commandExecutor;
|
||||
|
||||
Reference in New Issue
Block a user