1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Remove empty lines

This commit is contained in:
BlauFx 2020-03-15 19:19:09 +01:00
parent d9aef6f813
commit 83a4fb6f37

View File

@ -20,14 +20,12 @@ namespace osu.Game.Rulesets.Osu.Mods
public override string Acronym => "AC";
public override string Description => "Never trust the approach circles...";
public override double ScoreMultiplier => 1;
public override IconUsage? Icon { get; } = FontAwesome.Regular.Circle;
[SettingSource("Easing", "Change the easing type of the approach circles.", 0)]
public Bindable<Easing> BindableEasing { get; } = new Bindable<Easing>();
[SettingSource("Scale the size", "Change the factor of the approach circle scale.", 1)]
public BindableFloat Scale { get; } = new BindableFloat
{
Precision = 0.1f,