Paths enum (to be built)
This commit is contained in:
parent
f4c56e2bc2
commit
a77e5684c3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user