Tournament management

This commit is contained in:
2026-05-06 13:28:10 +02:00
parent 67d27ab21c
commit c70b9c554e
20 changed files with 1667 additions and 36 deletions
+1 -1
View File
@@ -47,6 +47,6 @@ public class Game
public RuleSet? S2RuleSet { get; set; }
public required List<Tournament> Tournaments { get; set; }
public List<Tournament> Tournaments { get; set; } = [];
}