refactor, ai: removed outdated and unused code (suggest actions for AI simulations);

This commit is contained in:
Oleg Agafonov 2024-05-05 20:47:54 +04:00
parent 07915394c7
commit d1cca988c4
6 changed files with 6 additions and 193 deletions

View file

@ -375,10 +375,6 @@ public interface Player extends MageItem, Copyable<Player> {
void setTestMode(boolean value);
void addAction(String action);
int getActionCount();
void setAllowBadMoves(boolean allowBadMoves);
/**