Пример #1
0
 public static void RemovePlugin()
 {
     if (EditorUtility.DisplayDialog("Appodeal plugin removing", "Are you sure that you want to remove Appodeal Plugin from your project?", "Yes", "No"))
     {
         RemoveHelper.removePlugin();
     }
 }
Пример #2
0
 public static void removeAppodealPlugin()
 {
     RemoveHelper.removePlugin();
 }