// Token: 0x060000E3 RID: 227 RVA: 0x00005DDE File Offset: 0x000041DE
 public static void didPassAgeGate(bool pass)
 {
     if (Chartboost.showingAgeGate)
     {
         Chartboost.doShowAgeGate(false);
         CBExternal.didPassAgeGate(pass);
     }
 }