C# Class PlayFab.ServerModels.ConsumeItemRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
CharacterId string
ConsumeCount int
ItemInstanceId string
PlayFabId string

Property Details

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

ConsumeCount public_oe property

Number of uses to consume from the item.
public int ConsumeCount
Résultat int

ItemInstanceId public_oe property

Unique instance identifier of the item to be consumed.
public string ItemInstanceId
Résultat string

PlayFabId public_oe property

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