mirror of
https://github.com/ppy/osu
synced 2025-02-10 15:17:32 +00:00
Override mod type
This commit is contained in:
parent
a5855f5d28
commit
2218247b21
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user