aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-31 15:40:59 -0400
committerlempamo <[email protected]>2017-07-31 15:40:59 -0400
commit10ae6bcf8fc9168bfda105de31b9525ec34d1b3d (patch)
tree9e611a48e01a4f1655061103d88eae7eefd4f8fe /TimeHACK.Engine/SaveSystem.cs
parent93702450a4d0a1830807e985acccc616f3bf1b62 (diff)
downloadhistacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.tar.gz
histacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.tar.bz2
histacom2-10ae6bcf8fc9168bfda105de31b9525ec34d1b3d.zip
more themey things
Diffstat (limited to 'TimeHACK.Engine/SaveSystem.cs')
-rw-r--r--TimeHACK.Engine/SaveSystem.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs
index 21a301a..29e230a 100644
--- a/TimeHACK.Engine/SaveSystem.cs
+++ b/TimeHACK.Engine/SaveSystem.cs
@@ -647,6 +647,9 @@ namespace TimeHACK.Engine
[Order]
public int BytesLeft { get; set; }
+
+ [Order]
+ public Theme customTheme { get; set; }
}
public class FileSystemFolderInfo