C# 클래스 PlayFab.AdminModels.ModifyMatchmakerGameModesRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuildVersion string
GameModes List

프로퍼티 상세

BuildVersion 공개적으로 프로퍼티

previously uploaded build version for which game modes are being specified
public string BuildVersion
리턴 string

GameModes 공개적으로 프로퍼티

array of game modes (Note: this will replace all game modes for the indicated build version)
public List GameModes
리턴 List