Merge branch 'master' into non-null-beatmap

This commit is contained in:
Dean Herbert
2017-09-08 23:33:03 +09:00
committed by GitHub
33 changed files with 193 additions and 132 deletions

View File

@ -55,8 +55,6 @@ namespace osu.Game.Beatmaps
{
public override IEnumerable<Mod> GetModsFor(ModType type) => new Mod[] { };
public override Mod GetAutoplayMod() => new ModAutoplay();
public override RulesetContainer CreateRulesetContainerWith(WorkingBeatmap beatmap, bool isForCurrentRuleset)
{
throw new NotImplementedException();