Merge branch 'master' into realm-integration/skins-rebase

This commit is contained in:
Dean Herbert
2021-12-06 15:21:02 +09:00
124 changed files with 1331 additions and 452 deletions

View File

@ -196,6 +196,7 @@ namespace osu.Game
runMigrations();
dependencies.Cache(RulesetStore = new RulesetStore(contextFactory, Storage));
dependencies.CacheAs<IRulesetStore>(RulesetStore);
dependencies.Cache(realmFactory = new RealmContextFactory(Storage, "client", contextFactory));