C# Class PlayFab.ServerModels.GetPlayerStatisticsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

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

Statistics public_oe property

User statistics for the requested user.
public List Statistics
return List