C# Class PlayFab.ClientModels.CurrentGamesResult

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

Méthodes publiques

Свойство Type Description
GameCount int
Games List
PlayerCount int

Property Details

GameCount public_oe property

number of games running
public int GameCount
Résultat int

Games public_oe property

array of games found
public List Games
Résultat List

PlayerCount public_oe property

total number of players across all servers
public int PlayerCount
Résultat int