Paths enum (to be built)
This commit is contained in:
parent
f4c56e2bc2
commit
a77e5684c3
@ -30,6 +30,11 @@ namespace OWTrack
|
|||||||
{
|
{
|
||||||
class saveManeger
|
class saveManeger
|
||||||
{
|
{
|
||||||
|
public enum Paths
|
||||||
|
{
|
||||||
|
saves = "/saves/data.json",
|
||||||
|
saveJsonFile = "/data.json",
|
||||||
|
};
|
||||||
private static string savesPath = Directory.GetCurrentDirectory() + "/saves/data.json";
|
private static string savesPath = Directory.GetCurrentDirectory() + "/saves/data.json";
|
||||||
|
|
||||||
public static Tracker GetSavedTracker()
|
public static Tracker GetSavedTracker()
|
||||||
|
Loading…
Reference in New Issue
Block a user