Example #1
0
 public static void ClearPlayerPrefs()
 {
     EZPathUtility.ClearPlayerPrefs();
 }
Example #2
0
 public static void ClearStreamingAssets()
 {
     EZPathUtility.ClearStreamingAssets();
 }
Example #3
0
 public static void ClearLuaTxt()
 {
     EZPathUtility.ClearLuaTxt();
 }
Example #4
0
 public static void ClearPersistent()
 {
     EZPathUtility.ClearPersistent();
 }
Example #5
0
 public static void LuaToTxt()
 {
     EZPathUtility.LuaToTxt();
 }