コード例 #1
0
 // Token: 0x0600010C RID: 268 RVA: 0x000063CB File Offset: 0x000047CB
 private void didClickRewardedVideoEvent(string location)
 {
     if (Chartboost.didClickRewardedVideo != null)
     {
         Chartboost.didClickRewardedVideo(CBLocation.locationFromName(location));
     }
 }