GameScript.addSecondCurrencyValue C# (CSharp) Méthode

addSecondCurrencyValue() public méthode

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