feat: add placement ruleset and related localization
Some checks failed
Pull Request Pipeline / test (pull_request) Successful in 45s
Pull Request Pipeline / lint (pull_request) Failing after 48s

This commit is contained in:
2026-05-09 02:08:40 +02:00
parent 044a6acbbe
commit bc997633eb
11 changed files with 176 additions and 6 deletions

View File

@@ -156,6 +156,9 @@ class Match {
case Ruleset.multipleWinners:
return [];
case Ruleset.placement:
return _getPlayersWithHighestScore().take(1).toList();
}
}