1.4.0 merge #26

Merged
Hesham merged 17 commits from release/1.4 into master 2018-09-27 10:31:11 +02:00
Showing only changes of commit a77e5684c3 - Show all commits

View File

@ -30,6 +30,11 @@ namespace OWTrack
{
class saveManeger
{
public enum Paths
{
saves = "/saves/data.json",
saveJsonFile = "/data.json",
};
private static string savesPath = Directory.GetCurrentDirectory() + "/saves/data.json";
public static Tracker GetSavedTracker()