GameScript.subtractSecondCurrencyValue C# (CSharp) 메소드

subtractSecondCurrencyValue() 공개 메소드

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