C# Class PlayFab.ServerModels.UpdateCharacterStatisticsRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterId string
CharacterStatistics int>.Dictionary
PlayFabId string

Property Details

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

CharacterStatistics public_oe property

Statistics to be updated with the provided values.
public Dictionary CharacterStatistics
return int>.Dictionary

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string