Class CurrencyConfig
Configurator the a Currency instance.
Inherited Members
Namespace: UnityEngine.GameFoundation.Configs
Assembly: solution.dll
Syntax
public class CurrencyConfig : CatalogItemConfig<Currency>
Fields
| Name | Description |
|---|---|
| maximumBalance | The maximum balance for the currency. |
| type | The type of the currency. |
Methods
| Name | Description |
|---|---|
| CompileItem() | Checks the configuration and builds the Currency instance. |