1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 16:02:55 +08:00

Improve comment

This commit is contained in:
Dean Herbert 2019-03-13 18:27:54 +09:00
parent 1617e2a729
commit 3d4a80957f

View File

@ -33,9 +33,9 @@ namespace osu.Game.Rulesets.Judgements
protected SpriteText JudgementText;
/// <summary>
/// The amount of time for this judgement to initially fade in.
/// Duration of initial fade in.
/// Default fade out will start immediately after this duration.
/// </summary>
/// <remarks> Override this to change fade in times of mode-specific judgements </remarks>
protected virtual double FadeInDuration => 100;
/// <summary>