mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
CI fix, fixed nullref and removed abstraction of GetAutoplayMod
This commit is contained in:
@ -105,8 +105,6 @@ namespace osu.Game.Rulesets.Osu
|
||||
}
|
||||
}
|
||||
|
||||
public override Mod GetAutoplayMod() => new OsuModAutoplay();
|
||||
|
||||
public override Drawable CreateIcon() => new SpriteIcon { Icon = FontAwesome.fa_osu_osu_o };
|
||||
|
||||
public override DifficultyCalculator CreateDifficultyCalculator(Beatmap beatmap) => new OsuDifficultyCalculator(beatmap);
|
||||
|
Reference in New Issue
Block a user