aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-06-02 15:06:52 +0100
committerAlex-TIMEHACK <[email protected]>2017-06-02 15:06:52 +0100
commitcf7392f930598bbbdf50cbb3a4f2bf91a2b44022 (patch)
treee9fc63af4b098b2a58c92235d2ab20228687d9ef /TimeHACK.Engine/SaveSystem.cs
parenta1b2e2b65db0c6db12c49f7a5fa1c136467234c9 (diff)
downloadhistacom2-cf7392f930598bbbdf50cbb3a4f2bf91a2b44022.tar.gz
histacom2-cf7392f930598bbbdf50cbb3a4f2bf91a2b44022.tar.bz2
histacom2-cf7392f930598bbbdf50cbb3a4f2bf91a2b44022.zip
Added my File Explorer
It also has a File Open and File Save thing configured for the Notepad
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