예제 #1
0
 /// <summary>
 /// Show the Unity advertisment.
 /// </summary>
 private void UnityAdvertisment()
 {
     unityAd.ShowUnityAd();
 }
예제 #2
0
 /// <summary>
 /// Show the Unity advertisment.
 /// </summary>
 private void UnityAdvertisment(UnityEvent onShowAdsEvent)
 {
     unityAd.ShowUnityAd(onShowAdsEvent);
 }