C# Class PlayFab.ServerModels.GetCharacterStatisticsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer

Public Properties

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

CharacterStatistics public_oe property

Character statistics for the requested user.
public Dictionary CharacterStatistics
return int>.Dictionary

PlayFabId public_oe property

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