Class SecondaryCurrency
Holds information related to users secondary currency
Namespace: ColizeumSDK.Models
Assembly: cs.temp.dll.dll
Syntax
public class SecondaryCurrency
Fields
total
Total amount of Secondary Currency the User has
Declaration
public float total
Field Value
| Type | Description |
|---|---|
| Single |
Methods
Refresh(Action)
Fetches latest information from the API and updates the model
Declaration
public void Refresh(Action onSuccess = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | onSuccess |