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