Class MatchPlayerStats
Additional stats per player
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchPlayerStats
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 |