aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-05 19:33:31 +0200
committerJayXKanz666 <[email protected]>2017-07-05 19:33:31 +0200
commit1183a36cff9043e04642cc0fd9af9edd7f537903 (patch)
tree4ccab1a09369ac65d66219fa082df7d91ffddf0c /TimeHACK.Engine/SaveSystem.cs
parent0c83910464ce2f443cb315227706f8a58167bbef (diff)
parent9a972102202c5105e783c74c501cdb5dabdf22b7 (diff)
downloadhistacom2-1183a36cff9043e04642cc0fd9af9edd7f537903.tar.gz
histacom2-1183a36cff9043e04642cc0fd9af9edd7f537903.tar.bz2
histacom2-1183a36cff9043e04642cc0fd9af9edd7f537903.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
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 be3aeb7..9abd768 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -226,7 +226,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; }
}