aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects/Save.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-13 10:22:51 -0400
committerMichael <[email protected]>2017-05-13 10:22:51 -0400
commitc0f0e99f9d2a092209e710107c1f061fc8a2eaca (patch)
tree98169cbdfdc13966719671178ba982dbad5808e3 /ShiftOS.Objects/Save.cs
parent94e1603b8574b45b809d3c66b6b90e7734a99d1e (diff)
downloadshiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.tar.gz
shiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.tar.bz2
shiftos_thereturn-c0f0e99f9d2a092209e710107c1f061fc8a2eaca.zip
Dithering, audio volume, and fix shutdown bug
Diffstat (limited to 'ShiftOS.Objects/Save.cs')
-rw-r--r--ShiftOS.Objects/Save.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Objects/Save.cs b/ShiftOS.Objects/Save.cs
index 2a02bbc..cc19c79 100644
--- a/ShiftOS.Objects/Save.cs
+++ b/ShiftOS.Objects/Save.cs
@@ -35,6 +35,9 @@ namespace ShiftOS.Objects
public class Save
{
+ public int MusicVolume { get; set; }
+ public int SfxVolume { get; set; }
+
[Obsolete("This save variable is no longer used in Beta 2.4 and above of ShiftOS. Please use ShiftOS.Engine.SaveSystem.CurrentUser.Username to access the current user's username.")]
public string Username { get; set; }