MatchSummaryTile durch MatchTile ersetzen #142

Merged
flixcoo merged 17 commits from enhancement/137-matchsummarytile-durch-matchtile-ersetzen into development 2026-01-10 15:05:43 +00:00
Showing only changes of commit 2ef8eb6534 - Show all commits

View File

@@ -9,7 +9,7 @@ class Match {
final String name;
final List<Player>? players;
final Group? group;
final Player? winner;
Player? winner;
Match({
String? id,