aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-06-02 15:09:05 +0100
committerGitHub <[email protected]>2017-06-02 15:09:05 +0100
commitb08c213ecf4e04b4989d1c42749238b8b7970501 (patch)
treee9fc63af4b098b2a58c92235d2ab20228687d9ef /TimeHACK.Engine/SaveSystem.cs
parent9b63adb04650924ffa50ef4004818cd759bbceb3 (diff)
parentcf7392f930598bbbdf50cbb3a4f2bf91a2b44022 (diff)
downloadhistacom2-b08c213ecf4e04b4989d1c42749238b8b7970501.tar.gz
histacom2-b08c213ecf4e04b4989d1c42749238b8b7970501.tar.bz2
histacom2-b08c213ecf4e04b4989d1c42749238b8b7970501.zip
Merge pull request #81 from Alex-TIMEHACK/master
Merged my File Explorer!
Diffstat (limited to 'TimeHACK.Engine/SaveSystem.cs')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index 1b37cf3..82a0e5e 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -11,6 +11,7 @@ namespace TimeHACK.Engine
public static class SaveSystem
{
public static Save CurrentSave { get; private set; }
+ public static FileSystemFolderInfo filesystemflinfo { get; set; }
public static Boolean DevMode = false;
public static string GameDirectory