C# Class PlayFab.MatchmakerModels.StartGameResponse

Mostra file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameID string
ServerHostname string
ServerPort uint

Property Details

GameID public_oe property

Unique identifier for the game/lobby in the new Game Server Instance.
public string GameID
return string

ServerHostname public_oe property

IP address of the new Game Server Instance.
public string ServerHostname
return string

ServerPort public_oe property

Port number for communication with the Game Server Instance.
public uint ServerPort
return uint