// Token: 0x06000112 RID: 274 RVA: 0x0000650F File Offset: 0x0000490F
 private void didCacheInPlayEvent(string location)
 {
     if (Chartboost.didCacheInPlay != null)
     {
         Chartboost.didCacheInPlay(CBLocation.locationFromName(location));
     }
 }