Delegate BalanceChangedHandler
Namespace: UnityEngine.GameFoundation
Assembly: solution.dll
Syntax
public delegate void BalanceChangedHandler(Currency currency, long oldBalance, long newBalance)
Parameters
| Type | Name | Description |
|---|---|---|
| Currency | currency | |
| long | oldBalance | |
| long | newBalance |