示例#1
0
 public void LoadNextLevel()
 {
     if (hasShownStars)
     {
         CommonUI.LoadNextLevel();
         UnityAds.instance.ShowVideo();
     }
 }