Exemple #1
0
 public void didShowInterstitial(string location)
 {
     CBManager.doUnityPause(true);
     if (CBManager.didShowInterstitialEvent != null)
     {
         CBManager.didShowInterstitialEvent(location);
     }
 }