Ejemplo n.º 1
0
 void OnDisable()
 {
     // Shut down the Chartboost plugin
                 #if UNITY_ANDROID
     CBExternal.destroy();
                 #endif
 }
 // Token: 0x060000F7 RID: 247 RVA: 0x00005F63 File Offset: 0x00004363
 private void OnDisable()
 {
     if (this == Chartboost.instance)
     {
         Chartboost.instance = null;
         CBExternal.destroy();
     }
 }