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

@ -62,6 +62,8 @@ namespace osu.Game.Beatmaps
protected override string ImportFromStablePath => "Songs";
protected override bool StableDirectoryBased => true;
private readonly RulesetStore rulesets;
private readonly BeatmapStore beatmaps;