mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Split out IModelDownloader
and also split apart ScoreManager
This commit is contained in:
@ -150,7 +150,7 @@ namespace osu.Game.Tests.Visual
|
||||
internal class TestBeatmapModelManager : BeatmapModelManager
|
||||
{
|
||||
public TestBeatmapModelManager(Storage storage, IDatabaseContextFactory databaseContextFactory, RulesetStore rulesetStore, IAPIProvider apiProvider, GameHost gameHost)
|
||||
: base(storage, databaseContextFactory, rulesetStore, apiProvider, gameHost)
|
||||
: base(storage, databaseContextFactory, rulesetStore, gameHost)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user