Struct CurrencyExchangeDefinition
Describes the currency change of a TransactionExchangeDefinition.
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public struct CurrencyExchangeDefinition
Properties
| Name | Description |
|---|---|
| amount | The amount of the currency. As a reward, this amount is added to the wallet. As a cost, this amount is removed from the wallet. |
| currency | The currency of the exchange definition. |