C# Class PlayFab.ServerModels.SetGameServerInstanceStateRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
LobbyId string
State GameInstanceState

Property Details

LobbyId public_oe property

Unique identifier of the Game Instance to be updated.
public string LobbyId
Résultat string

State public_oe property

State to set for the specified game server instance.
public GameInstanceState State
Résultat GameInstanceState