Team Registration view v1
This commit is contained in:
@@ -11,6 +11,9 @@ public class Team
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = "Example 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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user