CurrencyState.SynchronizeRealCurrencyAndScreenCurrency C# (CSharp) Method

SynchronizeRealCurrencyAndScreenCurrency() public method

public SynchronizeRealCurrencyAndScreenCurrency ( ) : void
return void
    public void SynchronizeRealCurrencyAndScreenCurrency()
    {
        screenFans = fans;
        screenCoins = coins;
        screenTokens = tokens;
    }