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:
@@ -20,6 +20,10 @@ import chess.model.Coordinate;
|
||||
import chess.model.Move;
|
||||
import chess.model.Piece;
|
||||
|
||||
/**
|
||||
* Interface for sending commands to the game, make long string of commands easier.
|
||||
*/
|
||||
|
||||
public interface CommandSender {
|
||||
|
||||
CommandExecutor getCommandExecutor();
|
||||
|
||||
Reference in New Issue
Block a user