C# Class PlayFab.ServerModels.StatisticValue

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
StatisticName string
Value int
Version uint

Property Details

StatisticName public_oe property

unique name of the statistic
public string StatisticName
Résultat string

Value public_oe property

statistic value for the player
public int Value
Résultat int

Version public_oe property

for updates to an existing statistic value for a player, the version of the statistic when it was loaded
public uint Version
Résultat uint