Updating currency amount
Use this function whenever you want to add/deduct value to/from a currency
The SaveName is unique, you need to assign the exact same name you used in the CurrencyManager
CurrencyManager.instance.UpdateAmount(string currencySaveName, float amount);
Last modified: 03 November 2023