C# Class PlayFab.ServerModels.GrantCharacterToUserRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

CharacterType public_oe property

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

PlayFabId public_oe property

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