mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Adjust xmldoc
This commit is contained in:
parent
8570f825ed
commit
3598ca9125
@ -150,7 +150,7 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
=> AffectsCombo(result) && !IsHit(result);
|
=> AffectsCombo(result) && !IsHit(result);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether a <see cref="HitResult"/> increases/breaks the combo, and affects the combo portion of the score.
|
/// Whether a <see cref="HitResult"/> increases or breaks the combo.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static bool AffectsCombo(this HitResult result)
|
public static bool AffectsCombo(this HitResult result)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user