예제 #1
0
파일: Vungle.cs 프로젝트: umardev0/Six
 public static void onPause()
 {
             #if UNITY_EDITOR
     return;
             #endif
             #if UNITY_ANDROID
     VungleAndroid.onPause();
             #endif
 }
예제 #2
0
 public static void onPause()
 {
             #if UNITY_ANDROID
     VungleAndroid.onPause();
             #endif
 }