C# 클래스 PlayFab.ServerModels.StatisticUpdate

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
StatisticName string
Value int
Version uint?

프로퍼티 상세

StatisticName 공개적으로 프로퍼티

unique name of the statistic
public string StatisticName
리턴 string

Value 공개적으로 프로퍼티

statistic value for the player
public int Value
리턴 int

Version 공개적으로 프로퍼티

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
리턴 uint?