private void ShowTokens() { tokensText.text = UtilityBase.GetStringFormatAmount6(oldTokensValue); }
private void ShowCredits() { creditsText.text = UtilityBase.GetStringFormatAmount6(oldCreditsValue); }