GameScript.subtractSecondCurrencyValue C# (CSharp) Méthode

subtractSecondCurrencyValue() public méthode

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