mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Update xmldoc for LegacyComboIncrease
This commit is contained in:
parent
49f2adde25
commit
4ad312ef5b
@ -139,9 +139,12 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 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).
|
/// 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).
|
||||||
|
///
|
||||||
|
/// DO NOT USE FOR ANYTHING EVER.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// DO NOT USE.
|
/// This is used when dealing with legacy scores, which historically only have counts stored for 300/100/50/miss.
|
||||||
|
/// For these scores, we pad the hit statistics with `LegacyComboIncrease` to meet the correct max combo for the score.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
[EnumMember(Value = "legacy_combo_increase")]
|
[EnumMember(Value = "legacy_combo_increase")]
|
||||||
[Order(99)]
|
[Order(99)]
|
||||||
|
Loading…
Reference in New Issue
Block a user