C# Class PlayFab.ClientModels.UpdateCharacterStatisticsRequest

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

Méthodes publiques

Свойство Type Description
CharacterId string
CharacterStatistics int>.Dictionary

Property Details

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

CharacterStatistics public_oe property

Statistics to be updated with the provided values.
public Dictionary CharacterStatistics
Résultat int>.Dictionary