Paths enum (to be built)

This commit is contained in:
HeshamTB 2018-09-26 15:58:17 +03:00
parent f4c56e2bc2
commit a77e5684c3

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()