// Token: 0x060000FD RID: 253 RVA: 0x000060F3 File Offset: 0x000044F3
 private void didClickInterstitialEvent(string location)
 {
     if (Chartboost.didClickInterstitial != null)
     {
         Chartboost.didClickInterstitial(CBLocation.locationFromName(location));
     }
 }