mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Begin migrating settings implementation across to realm
This commit is contained in:
@ -16,9 +16,9 @@ namespace osu.Game.Rulesets
|
||||
public class RulesetConfigCache : Component
|
||||
{
|
||||
private readonly ConcurrentDictionary<int, IRulesetConfigManager> configCache = new ConcurrentDictionary<int, IRulesetConfigManager>();
|
||||
private readonly SettingsStore settingsStore;
|
||||
private readonly RealmSettingsStore settingsStore;
|
||||
|
||||
public RulesetConfigCache(SettingsStore settingsStore)
|
||||
public RulesetConfigCache(RealmSettingsStore settingsStore)
|
||||
{
|
||||
this.settingsStore = settingsStore;
|
||||
}
|
||||
|
Reference in New Issue
Block a user