Struct ItemExchangeDefinition
Describe the item change of a TransactionRewards.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public struct ItemExchangeDefinition
Properties
| Name | Description |
|---|---|
| amount | The amount of the item. As a reward, the amount is added to the inventory. As a cost, the amount is removed from the inventory. |
| item | The item of the exchange. |