diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-02 15:06:52 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-02 15:06:52 +0100 |
| commit | cf7392f930598bbbdf50cbb3a4f2bf91a2b44022 (patch) | |
| tree | e9fc63af4b098b2a58c92235d2ab20228687d9ef /TimeHACK.Engine/SaveSystem.cs | |
| parent | a1b2e2b65db0c6db12c49f7a5fa1c136467234c9 (diff) | |
| download | histacom2-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.cs | 1 |
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 |
