Struct BalanceSerializableData
Serializable data structure that contains the state of the currency balance.
Namespace: UnityEngine.GameFoundation.DataPersistence
Assembly: solution.dll
Syntax
[Serializable]
public struct BalanceSerializableData
Fields
| Name | Description |
|---|---|
| balance | The balance of the currency |
| currencyId | The ID of the currency |