Tournament management
This commit is contained in:
@@ -14,7 +14,8 @@ public class Team
|
||||
public int? LeaderId { get; set; }
|
||||
public Player? Leader { get; set; }
|
||||
|
||||
public required List<Player> Players { get; set; }
|
||||
public required List<TeamParticipant> Matches { get; set; }
|
||||
public List<Player> Players { get; set; } = [];
|
||||
public List<TeamParticipant> Matches { get; set; } = [];
|
||||
public List<TournamentTeam> TournamentTeams { get; set; } = [];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user