예제 #1
0
 private static void StopShowBannerTask()
 {
     if (showBannerSoonTask != null)
     {
         instance.StopCoroutine(showBannerSoonTask);
         showBannerSoonTask = null;
     }
 }