C# Class PlayFab.ServerModels.ModifyItemUsesRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

PlayFabId public_oe property

PlayFab unique identifier of the user whose item is being modified.
public string PlayFabId
return string

UsesToAdd public_oe property

Number of uses to add to the item. Can be negative to remove uses.
public int UsesToAdd
return int