aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-05 14:41:29 -0400
committerlempamo <[email protected]>2017-07-05 14:41:29 -0400
commit525f7fce5a4c96fafba64271b8163a934b208992 (patch)
treea7be87335f709954ce3b7b1525f9a80931d8e05c /TimeHACK.Engine/SaveSystem.cs
parent038e1edf03e8ea802c70f9f5f60c4b420fbb9dd8 (diff)
parent9a972102202c5105e783c74c501cdb5dabdf22b7 (diff)
downloadhistacom2-525f7fce5a4c96fafba64271b8163a934b208992.tar.gz
histacom2-525f7fce5a4c96fafba64271b8163a934b208992.tar.bz2
histacom2-525f7fce5a4c96fafba64271b8163a934b208992.zip
Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git
Diffstat (limited to 'TimeHACK.Engine/SaveSystem.cs')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index 078bbee..7110995 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -229,7 +229,7 @@ namespace TimeHACK.Engine
public string CurrentOS { get; set; }
// public Dictionary<string, bool> InstalledPrograms { get; set; } InstallProgram is no longer needed... we have that data in the FileSystem
public List<string> ExperiencedStories { get; set; }
-
+ public bool FTime95 { get; set; }
public string ThemeName { get; set; }
}