GameScript.addSecondCurrencyValue C# (CSharp) 메소드

addSecondCurrencyValue() 공개 메소드

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