mirror of
https://github.com/ppy/osu
synced 2025-02-20 20:47:09 +00:00
Add xmldoc
This commit is contained in:
parent
49bdd89775
commit
740b01c049
@ -138,6 +138,11 @@ namespace osu.Game.Rulesets.Scoring
|
||||
updateScore();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates the <see cref="HitEvent"/> that describes a <see cref="JudgementResult"/>.
|
||||
/// </summary>
|
||||
/// <param name="result">The <see cref="JudgementResult"/> to describe.</param>
|
||||
/// <returns>The <see cref="HitEvent"/>.</returns>
|
||||
protected virtual HitEvent CreateHitEvent(JudgementResult result)
|
||||
=> new HitEvent(result.TimeOffset, result.Type, result.HitObject, lastHitObject, null);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user