C# Class PlayFab.ServerModels.StatisticUpdate

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. Null when setting the statistic value for the first time.
public uint? Version
Résultat uint?