C# Class PlayFab.ServerModels.GetCharacterStatisticsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

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

Property Details

CharacterId public_oe property

Unique identifier of the character for the statistics.
public string CharacterId
Résultat string

CharacterStatistics public_oe property

Character statistics for the requested user.
public Dictionary CharacterStatistics
Résultat int>.Dictionary

PlayFabId public_oe property

PlayFab unique identifier of the user whose character statistics are being returned.
public string PlayFabId
Résultat string