Enum MatchRequests.LeavePlayer.Reasons
Reasons a player leaves a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public enum Reasons
Fields
| Name | Description |
|---|---|
| Disconnected | Use if a network problem resulted in the player leaving |
| Finished | Use if the player left in accordance with the rules of the game |
| NotSet | |
| Quit | Use if the player left the game in the middle of a match by his or her choice |