Class MatchRequests.LeavePlayer
Player details to leave a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class LeavePlayer
Properties
PlayerId
Application-defined player ID
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Reason
Reason player leaving match
Declaration
public MatchRequests.LeavePlayer.Reasons Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| MatchRequests.LeavePlayer.Reasons |