C# Class PlayFab.ServerModels.GetPlayerStatisticsResult

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

Méthodes publiques

Свойство Type Description
PlayFabId string
Statistics List

Property Details

PlayFabId public_oe property

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

Statistics public_oe property

User statistics for the requested user.
public List Statistics
Résultat List