C# Class PlayFab.ClientModels.CurrentGamesResult

Inheritance: PlayFabModelBase
Exibir arquivo Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameCount int
Games List
PlayerCount int

Property Details

GameCount public_oe property

number of games running
public int GameCount
return int

Games public_oe property

array of games found
public List Games
return List

PlayerCount public_oe property

total number of players across all servers
public int PlayerCount
return int