C# 클래스 PlayFab.ClientModels.CurrentGamesResult

상속: PlayFabModelBase
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
GameCount int
Games List
PlayerCount int

프로퍼티 상세

GameCount 공개적으로 프로퍼티

number of games running
public int GameCount
리턴 int

Games 공개적으로 프로퍼티

array of games found
public List Games
리턴 List

PlayerCount 공개적으로 프로퍼티

total number of players across all servers
public int PlayerCount
리턴 int