C# Class PlayFab.AdminModels.ModifyMatchmakerGameModesRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
BuildVersion string
GameModes List

Property Details

BuildVersion public_oe property

previously uploaded build version for which game modes are being specified
public string BuildVersion
Résultat string

GameModes public_oe property

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