mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Remove unnecessary default value
This commit is contained in:
parent
6c2d288dc7
commit
1147c6cbfc
@ -20,7 +20,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public class OsuModHidden : ModHidden, IHidesApproachCircles
|
public class OsuModHidden : ModHidden, IHidesApproachCircles
|
||||||
{
|
{
|
||||||
[SettingSource("Only fade approach circles", "The main object body will not fade when enabled.")]
|
[SettingSource("Only fade approach circles", "The main object body will not fade when enabled.")]
|
||||||
public Bindable<bool> OnlyFadeApproachCircles { get; } = new BindableBool(false);
|
public Bindable<bool> OnlyFadeApproachCircles { get; } = new BindableBool();
|
||||||
|
|
||||||
public override string Description => @"Play with no approach circles and fading circles/sliders.";
|
public override string Description => @"Play with no approach circles and fading circles/sliders.";
|
||||||
public override double ScoreMultiplier => 1.06;
|
public override double ScoreMultiplier => 1.06;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user