Exemplo n.º 1
0
 public static void onResume()
 {
             #if UNITY_EDITOR
     return;
             #endif
             #if UNITY_ANDROID
     VungleAndroid.onResume();
             #endif
 }