C# Class PlayFab.ServerModels.ConsumeItemResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
ItemInstanceId string
RemainingUses int

Property Details

ItemInstanceId public_oe property

Unique instance identifier of the item with uses consumed.
public string ItemInstanceId
Résultat string

RemainingUses public_oe property

Number of uses remaining on the item.
public int RemainingUses
Résultat int