Add EditorWorkingBeatmap for reuse of the playable beatmap

This commit is contained in:
smoogipoo
2019-08-29 19:40:56 +09:00
parent 6ab2b20c70
commit 6641811125
5 changed files with 46 additions and 4 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Mania.Edit
{
public new IScrollingInfo ScrollingInfo => base.ScrollingInfo;
public DrawableManiaEditRuleset(Ruleset ruleset, WorkingBeatmap beatmap, IReadOnlyList<Mod> mods)
public DrawableManiaEditRuleset(Ruleset ruleset, IWorkingBeatmap beatmap, IReadOnlyList<Mod> mods)
: base(ruleset, beatmap, mods)
{
}