GetWallets() | (none) | List<WalletItem> | Returns all wallets of the player. |
GetWalletForCurrencyWithCode(code) | string | WalletItem? | Returns the wallet for the currency code. |
GetWalletForCurrencyWithId(id) | string | WalletItem? | Returns the wallet for the currency ID. |
GetWallet(currency) | Currency | WalletItem? | Returns the wallet for the currency. |
GetCurrencies() | (none) | List<Currency> | Returns all currencies of the game. |
GetCurrencyByCode(code) | string | Currency? | Returns the currency with this code. |
GetCurrencyById(id) | string | Currency? | Returns the currency with this ID. |
Refresh() | (none) | void | Reads the latest data from the server. |
AddListener(listener) | Action | void | Calls the listener on each change of the state. |
RemoveListener(listener) | Action | void | Deletes the listener. |