C# Class PlayFab.ClientModels.StatisticUpdate

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
StatisticName string
Value int
Version uint?

Property Details

StatisticName public_oe property

unique name of the statistic
public string StatisticName
return string

Value public_oe property

statistic value for the player
public int Value
return 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
return uint?