Avoid the need for per-settings control classes

This commit is contained in:
Dean Herbert
2021-07-08 16:56:16 +09:00
parent a6e94dd491
commit bd7c334588
7 changed files with 17 additions and 18 deletions

View File

@ -16,6 +16,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
Precision = 0.05f,
MinValue = 0.25f,
MaxValue = 4,
ReadFromDifficulty = _ => 1,
};
public override string SettingDescription