Example #1
0
 void Update()
 {
     if (Input.GetKeyUp(KeyCode.Escape))
     {
         AppBrain.GetAds().ShowInterstitial(true);
     }
 }
Example #2
0
 void Start()
 {
     AppBrain.Init();
 }