1.4.3 #43

Merged
Hesham merged 4 commits from release/1.4.3 into master 2018-12-22 08:14:19 +01:00
Showing only changes of commit 8d00ee0720 - Show all commits

View File

@ -24,7 +24,7 @@ using System.IO;
namespace OWTrack
{
public static class Paths
public struct Paths
{
private static string curDir = Directory.GetCurrentDirectory();
private static string SAVES = curDir + "/saves/data.json";
@ -40,7 +40,6 @@ namespace OWTrack
public const string E = "E:\\Program Files";
public const string F = "F:\\Program Files";
}
}
class saveManeger