Re-implement config value.

This commit is contained in:
smoogipooo
2017-04-15 05:52:46 +09:00
parent 0a1376c2db
commit 6dbc75283c
3 changed files with 10 additions and 3 deletions

View File

@ -17,6 +17,8 @@ namespace osu.Game.Configuration
Set(OsuConfig.Username, string.Empty);
Set(OsuConfig.Token, string.Empty);
Set(OsuConfig.Ruleset, 0, 0, int.MaxValue);
Set(OsuConfig.AudioDevice, string.Empty);
Set(OsuConfig.SavePassword, false);
Set(OsuConfig.SaveUsername, true);