mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
HitRenderer -> RulesetContainer
This commit is contained in:
@ -62,7 +62,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
public override Mod GetAutoplayMod() => new ModAutoplay();
|
||||
|
||||
public override HitRenderer CreateHitRendererWith(WorkingBeatmap beatmap, bool isForCurrentRuleset)
|
||||
public override RulesetContainer CreateRulesetContainerWith(WorkingBeatmap beatmap, bool isForCurrentRuleset)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
Reference in New Issue
Block a user