GameScript.subtractSecondCurrencyValue C# (CSharp) Method

subtractSecondCurrencyValue() public method

public subtractSecondCurrencyValue ( ) : void
return void
    public void subtractSecondCurrencyValue()
    {
        Spil.PlayerData.Wallet.Subtract(Spil.PlayerData.Wallet.Currencies[1].Id, 100, PlayerDataUpdateReasons.Trade);
    }