C# Class PlayFab.ServerModels.GrantCharacterToUserRequest

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

Méthodes publiques

Свойство Type Description
CharacterName string
CharacterType string
PlayFabId string

Property Details

CharacterName public_oe property

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

CharacterType public_oe property

Type of the character being granted; statistics can be sliced based on this value.
public string CharacterType
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string