Example #1
0
 public void ShowRewardeAd()
 {
     if (Advertisement.IsReady())
     {
         Advertisement.Show("rewardedVideo", new ShowOptions()
         {
             resultCallback = HandleContinueAdResult
         });
     }
     se.Button();
 }
Example #2
0
 public void About()
 {
     mainPanel.SetActive(false);
     mainGamePanel.SetActive(false);
     aboutPanel.SetActive(true);
     isInUI = true;
     se.Button();
 }
 public void Cube1()
 {
     PlayerPrefs.SetInt("Players", 0);
     se.Button();
 }