// Token: 0x0600010D RID: 269 RVA: 0x000063E7 File Offset: 0x000047E7
 private void didCloseRewardedVideoEvent(string location)
 {
     if (Chartboost.didCloseRewardedVideo != null)
     {
         Chartboost.didCloseRewardedVideo(CBLocation.locationFromName(location));
     }
 }