refactor: additional todos for players lists

This commit is contained in:
Oleg Agafonov 2024-07-01 16:25:55 +04:00
parent 1e2d179410
commit ce15d190e1
5 changed files with 31 additions and 19 deletions

View file

@ -277,6 +277,7 @@ public interface Player extends MageItem, Copyable<Player> {
void idleTimeout(Game game);
// TODO: research usage of !hasLeft() && !hasLost() replace it by isInGame() if possible
boolean hasLeft();
/**