C# Class PlayFab.ClientModels.CurrentGamesResult

Inheritance: PlayFabModelBase
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameCount int
Games List
PlayerCount int

Property Details

GameCount public property

number of games running
public int GameCount
return int

Games public property

array of games found
public List Games
return List

PlayerCount public property

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