Example #1
0
 public static void DeleteAll()
 {
     Prefs.DeleteAll();
     #if !UNITY_EDITOR
     Prefs.Save();
     #endif
 }