Override mod type

This commit is contained in:
smoogipoo 2021-02-08 11:07:50 +09:00
parent a5855f5d28
commit 2218247b21

View File

@ -30,6 +30,8 @@ namespace osu.Game.Rulesets.Osu.Mods
public override bool Ranked => false;
public override ModType Type => ModType.Conversion;
[SettingSource("Disable slider head judgement", "Scores sliders proportionally to the number of ticks hit.")]
public Bindable<bool> DisableSliderHeadJudgement { get; } = new BindableBool(true);