C# Class PlayFab.MatchmakerModels.PlayerLeftRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

PlayFabId public_oe property

PlayFab unique identifier for the user leaving.
public string PlayFabId
Résultat string