Combine and move const closer to usage

This commit is contained in:
Dean Herbert
2021-05-19 18:09:46 +09:00
parent 4f397ae7f5
commit b2c736b42a
2 changed files with 7 additions and 9 deletions

View File

@ -37,11 +37,6 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
/// </summary>
public const double ACCURACY_TRANSFORM_DURATION = 3000;
/// <summary>
/// Delay before the default applause sound is played to match the <see cref="rankText"/> timing
/// </summary>
public const double APPLAUSE_DELAY = 1440;
/// <summary>
/// Delay after <see cref="ACCURACY_TRANSFORM_DURATION"/> for the rank text (A/B/C/D/S/SS) to appear.
/// </summary>