Adjust xmldoc

This commit is contained in:
Dean Herbert 2018-06-29 17:21:19 +09:00
parent 098aeabc9e
commit e12ce3c2a8

View File

@ -45,12 +45,12 @@ namespace osu.Game.Rulesets.Judgements
public double TimeOffset { get; set; } public double TimeOffset { get; set; }
/// <summary> /// <summary>
/// Whether the <see cref="Result"/> should affect the combo portion of the score. /// Whether the <see cref="Result"/> should affect the current combo.
/// </summary> /// </summary>
public virtual bool AffectsCombo => true; public virtual bool AffectsCombo => true;
/// <summary> /// <summary>
/// Whether the <see cref="Result"/> should be counted as base or bonus score. /// Whether the <see cref="Result"/> should be counted as base (combo) or bonus score.
/// </summary> /// </summary>
public virtual bool IsBonus => !AffectsCombo; public virtual bool IsBonus => !AffectsCombo;