C# Class PlayFab.MatchmakerModels.PlayerLeftRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
LobbyId string
PlayFabId string

Property Details

LobbyId public_oe property

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

PlayFabId public_oe property

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