Introduce SessionStatics

This commit is contained in:
iiSaLMaN
2019-09-23 08:15:27 +03:00
parent 9fe7675be8
commit e3e245ab20
2 changed files with 22 additions and 0 deletions

View File

@ -189,6 +189,7 @@ namespace osu.Game
dependencies.Cache(KeyBindingStore = new KeyBindingStore(contextFactory, RulesetStore));
dependencies.Cache(SettingsStore = new SettingsStore(contextFactory));
dependencies.Cache(RulesetConfigCache = new RulesetConfigCache(SettingsStore));
dependencies.Cache(new SessionStatics());
dependencies.Cache(new OsuColour());
fileImporters.Add(BeatmapManager);