C# Class PlayFab.MatchmakerModels.PlayerLeftRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
LobbyId string
PlayFabId string

Property Details

LobbyId public property

Unique identifier of the Game Server Instance the user is leaving.
public string LobbyId
return string

PlayFabId public property

PlayFab unique identifier for the user leaving.
public string PlayFabId
return string