Adjust xmldoc to better explain score contribution

This commit is contained in:
Dan Balasescu 2022-08-25 17:16:30 +09:00
parent e2e10a8f26
commit 9bca7223f6

View File

@ -121,7 +121,7 @@ namespace osu.Game.Rulesets.Scoring
IgnoreHit,
/// <summary>
/// A special result used as a padding value for legacy rulesets. It is a hit type and affects combo, but does not contribute to score.
/// A special result used as a padding value for legacy rulesets. It is a hit type and affects combo, but does not affect the base score (does not affect accuracy).
/// </summary>
/// <remarks>
/// DO NOT USE.