Class MatchTeamStats
Additional stats per team
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchTeamStats
Properties
Stats
Additional stats of a team
Declaration
public AdditonalStats Stats { get; set; }
Property Value
| Type | Description |
|---|---|
| AdditonalStats |
TeamId
Application-defined team ID
Declaration
public string TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
TeamMemberStats
Stats of each member of the team
Declaration
public List<MatchTeamMemberStats> TeamMemberStats { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MatchTeamMemberStats> |