Add basic score import from stable

This commit is contained in:
HoLLy
2019-06-19 18:33:51 +02:00
parent 82515a52fe
commit 15c75b4442
6 changed files with 54 additions and 7 deletions

View File

@ -32,6 +32,8 @@ namespace osu.Game.Skinning
protected override string ImportFromStablePath => "Skins";
protected override bool StableDirectoryBased => true;
public SkinManager(Storage storage, DatabaseContextFactory contextFactory, IIpcHost importHost, AudioManager audio)
: base(storage, contextFactory, new SkinStore(contextFactory, storage), importHost)
{