ShowInterstitial() public method

public ShowInterstitial ( ) : void
return void
コード例 #1
0
 private void OnDestroy()
 {
     if (++gameCount == 5)
     {
         GoogleMobileAdsScript.ShowInterstitial();
         gameCount = 0;
     }
     LockRegister.DestroyBoard();
     Destroy(score);
     Destroy(restart);
     Destroy(multiTouch);
     Destroy(wall);
     Instantiate(menu);
 }