Tournament management
This commit is contained in:
@@ -19,7 +19,7 @@ public class Round
|
||||
public int MatchId { get; set; }
|
||||
public RoundState State { get; set; } = RoundState.Waiting;
|
||||
|
||||
public required List<PlayerParticipant> Players;
|
||||
public required Match Match { get; set; }
|
||||
public List<PlayerParticipant> Players { get; set; } = [];
|
||||
public Match Match { get; set; } = null!;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user