C# Class PlayFab.ServerModels.NotifyMatchmakerPlayerLeftRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen 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 Instance the user is leaving.
public string LobbyId
return string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string