// Token: 0x0600010E RID: 270 RVA: 0x00006403 File Offset: 0x00004803
 private void didCacheRewardedVideoEvent(string location)
 {
     if (Chartboost.didCacheRewardedVideo != null)
     {
         Chartboost.didCacheRewardedVideo(CBLocation.locationFromName(location));
     }
 }