mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add database-based configuration for rulesets
This commit is contained in:
@ -2,15 +2,15 @@
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using osu.Framework.Configuration.Tracking;
|
||||
using osu.Framework.Platform;
|
||||
using osu.Game.Configuration;
|
||||
using osu.Game.Rulesets.Configuration;
|
||||
|
||||
namespace osu.Game.Rulesets.Mania.Configuration
|
||||
{
|
||||
public class ManiaConfigManager : RulesetConfigManager<ManiaSetting>
|
||||
{
|
||||
public ManiaConfigManager(Ruleset ruleset, Storage storage)
|
||||
: base(ruleset, storage)
|
||||
public ManiaConfigManager(RulesetInfo ruleset, SettingsStore settings)
|
||||
: base(ruleset, settings)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user