示例#1
0
 /// <summary>Deletes the project's data files.</summary>
 public static void Delete()
 {
     PlayerPreferences.DeleteAll();
     BinarySerializer.DeleteFile(typeof(PlayerManager).Name);
     BinarySerializer.DeleteFile(typeof(SettingsManager).Name);
 }
 /// <summary>Deletes the project's data files.</summary>
 public static void Delete()
 {
     PlayerPreferences.DeleteAll();
 }