C# Class PlayFab.ClientModels.GrantCharacterToUserRequest

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

Méthodes publiques

Свойство Type Description
CatalogVersion string
CharacterName string
ItemId string

Property Details

CatalogVersion public_oe property

Catalog version from which items are to be granted.
public string CatalogVersion
Résultat string

CharacterName public_oe property

Non-unique display name of the character being granted.
public string CharacterName
Résultat string

ItemId public_oe property

Catalog item identifier of the item in the user's inventory that corresponds to the character in the catalog to be created.
public string ItemId
Résultat string