Merge remote-tracking branch 'origin/master' into convert-object-hitwindows

This commit is contained in:
smoogipoo
2018-05-14 11:17:39 +09:00
31 changed files with 384 additions and 95 deletions

View File

@ -67,5 +67,7 @@ namespace osu.Game.Rulesets.Osu.Beatmaps
};
}
}
protected override Beatmap<OsuHitObject> CreateBeatmap() => new OsuBeatmap();
}
}