mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:17:51 +08:00
Resolve inspection
This commit is contained in:
parent
c6adbdd46f
commit
34e99968d0
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
|||||||
|
|
||||||
protected override bool Autoplay => false;
|
protected override bool Autoplay => false;
|
||||||
|
|
||||||
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap<TaikoHitObject>()
|
protected override IBeatmap CreateBeatmap(RulesetInfo ruleset) => new Beatmap<TaikoHitObject>
|
||||||
{
|
{
|
||||||
BeatmapInfo = { Ruleset = new TaikoRuleset().RulesetInfo },
|
BeatmapInfo = { Ruleset = new TaikoRuleset().RulesetInfo },
|
||||||
HitObjects =
|
HitObjects =
|
||||||
|
Loading…
Reference in New Issue
Block a user