From cf7392f930598bbbdf50cbb3a4f2bf91a2b44022 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Fri, 2 Jun 2017 15:06:52 +0100 Subject: Added my File Explorer It also has a File Open and File Save thing configured for the Notepad --- TimeHACK.Engine/SaveSystem.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'TimeHACK.Engine/SaveSystem.cs') 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 -- cgit v1.2.3