Formatting and simplification

This commit is contained in:
Dean Herbert
2019-03-06 14:14:41 +09:00
parent d70b373af9
commit 2300e59e91
3 changed files with 32 additions and 15 deletions

View File

@ -14,6 +14,6 @@ namespace osu.Game.Rulesets.Mods
public override string Description => "Can you keep up?";
public override FontAwesome Icon => FontAwesome.fa_chevron_circle_up;
public override double ScoreMultiplier => 1.0;
public override double AppendRate => 0.5;
protected override double FinalRateAdjustment => 0.5;
}
}