tests: improved load tests (improved progress bar, added effects stats)

This commit is contained in:
Oleg Agafonov 2025-02-04 11:41:42 +04:00
parent f5b901beb4
commit 3405b51aaf
7 changed files with 55 additions and 24 deletions

View file

@ -314,7 +314,9 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
Player getLosingPlayer();
int getTotalErrorsCount();
int getTotalErrorsCount(); // debug only
int getTotalEffectsCount(); // debug only
//client event methods
void addTableEventListener(Listener<TableEvent> listener);