diff options
| author | lempamo <[email protected]> | 2017-07-05 17:12:49 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-05 17:12:49 +0000 |
| commit | 9a972102202c5105e783c74c501cdb5dabdf22b7 (patch) | |
| tree | 4ccab1a09369ac65d66219fa082df7d91ffddf0c /TimeHACK.Engine | |
| parent | 1babfac033b8add0dee2a8c9a4b34fd6f90ac222 (diff) | |
| parent | 5178e20124089cbb34471f804f0d174f3ecb014c (diff) | |
| download | histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.tar.gz histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.tar.bz2 histacom2-9a972102202c5105e783c74c501cdb5dabdf22b7.zip | |
Merge pull request #116 from jtsshieh/master
Welcome Page
Diffstat (limited to 'TimeHACK.Engine')
| -rw-r--r-- | TimeHACK.Engine/SaveSystem.cs | 2 |
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; } } |
