Exemplo n.º 1
0
 void onClick_Continute()
 {
     try
     {
         if (GameController.instance.tienganh && GameController.instance.vuotqua <= 1)
         {
             ShowAdsInterstitial();
         }
         else
         {
             int chon = UnityEngine.Random.Range(0, 3);
             if (chon == 0)
             {
                 ShareRate.RateAdCa();
             }
             else
             {
                 ShareRate.RateAdGa();
             }
         }
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
 void btnBuyVip_OnClick()
 {
     if (GameController.instance.ckClickPlay)
     {
         ShareRate.Share();
         //PopUpController.instance.HideMainGame();
         SoundManager.Instance.PlayAudioClickUI();
     }
 }
Exemplo n.º 3
0
 public void btnBalo_OnClick()
 {
     try
     {
         ShareRate.RateBalo();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 4
0
 void onClick_Share()
 {
     try
     {
         ShareRate.Share();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 5
0
 public void btnLichVanNien_OnClick()
 {
     try
     {
         ShareRate.RateLVN();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 6
0
 void btnContinute_OnClick()
 {
     try
     {
         ShareRate.Share();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 7
0
 void btnALTP_OnClick()
 {
     try
     {
         ShareRate.RateALTP();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 8
0
 void btnRate_onClick()
 {
     try
     {
         ShareRate.Rate();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 9
0
 void onClick_Rate()
 {
     if (VioGameController.instance.tienganh)
     {
         ShareRate.Rate();
     }
     else
     {
         ShareRate.RateBird();
     }
 }
Exemplo n.º 10
0
 public void btnHoiNgu_OnClick()
 {
     try
     {
         ShareRate.RateHoiNgu();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 11
0
 public void btnShare_OnClick()
 {
     try
     {
         ShareRate.Share();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 12
0
 void btnRate_OnClick()
 {
     try
     {
         ShareRate.Rate();
         SoundManager.Instance.PlayAudioChoiTiep();
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 13
0
 public void onClick_btbDayBe()
 {
     try
     {
         if (GameController.Instance.currentState == GameController.State.WAIT)
         {
             ShareRate.RateDayBe();
         }
     }
     catch (System.Exception)
     {
         throw;
     }
 }
Exemplo n.º 14
0
 public void btnMath_OnClick()
 {
     ShareRate.RateMath();
 }
Exemplo n.º 15
0
 void onClick_Share()
 {
     ShareRate.Share();
 }
Exemplo n.º 16
0
 public void btnShare_OnClick()
 {
     ShareRate.Share();
 }
Exemplo n.º 17
0
 public void btnDu_OnClick()
 {
     ShareRate.RateDu();
 }
Exemplo n.º 18
0
    // int mGrade = 0;


    public void btnBe_OnClick()
    {
        ShareRate.RateBe();
    }
Exemplo n.º 19
0
 public void btnRate_OnClick()
 {
     ShareRate.Rate();
 }