Struct BalanceData
Serializable data structure that contains the state of the currency balance.
Namespace: UnityEngine.GameFoundation.Data
Assembly: solution.dll
Syntax
[Serializable]
public struct BalanceData
Fields
Name | Description |
---|---|
balance | The balance of the currency |
currencyKey | The Key of the currency |