C# Class PlayFab.ServerModels.ModifyItemUsesRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

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

Property Details

ItemInstanceId public_oe property

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

PlayFabId public_oe property

PlayFab unique identifier of the user whose item is being modified.
public string PlayFabId
Résultat string

UsesToAdd public_oe property

Number of uses to add to the item. Can be negative to remove uses.
public int UsesToAdd
Résultat int