GameScript.addSecondCurrencyValue C# (CSharp) Method

addSecondCurrencyValue() public method

public addSecondCurrencyValue ( ) : void
return void
    public void addSecondCurrencyValue()
    {
        Spil.PlayerData.Wallet.Add(Spil.PlayerData.Wallet.Currencies[1].Id, 100, PlayerDataUpdateReasons.LevelComplete);
    }