예제 #1
0
    public void tapjoyHandleTapPointsEarned(int points)
    {
        LogUtil.Log("CurrencyEarned: " + points);
        //tapPointsLabel = "Currency Earned: " + points;

        TapjoyPlugin.ShowDefaultEarnedCurrencyAlert();
    }
예제 #2
0
    public void HandleTapPointsEarned(int points)
    {
        Debug.Log("C#: CurrencyEarned: " + points);
        tapPointsLabel = "Currency Earned: " + points;
        PlayerPrefs.SetInt("Vidas", PlayerPrefs.GetInt("Vidas") + points);

        TapjoyPlugin.ShowDefaultEarnedCurrencyAlert();
    }
예제 #3
0
 public void HandleTapPointsEarned(int points)
 {
     TapjoyPlugin.ShowDefaultEarnedCurrencyAlert();
 }
예제 #4
0
 public unsafe static long $Invoke84(long instance, long *args)
 {
     TapjoyPlugin.ShowDefaultEarnedCurrencyAlert();
     return(-1L);
 }