C# Class PlayFab.AdminModels.PlayerStatistic

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Id string
Name string
StatisticValue int
StatisticVersion int

Property Details

Id public property

Statistic ID
public string Id
return string

Name public property

Statistic name
public string Name
return string

StatisticValue public property

Current statistic value
public int StatisticValue
return int

StatisticVersion public property

Statistic version (0 if not a versioned statistic)
public int StatisticVersion
return int