mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:43:10 +08:00
Remove pointless comment
Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
29e2e17144
commit
36079236e6
@ -144,7 +144,6 @@ namespace osu.Game.Rulesets.Objects
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Creates the <see cref="Judgement"/> that represents the scoring information for this <see cref="HitObject"/>.
|
/// Creates the <see cref="Judgement"/> that represents the scoring information for this <see cref="HitObject"/>.
|
||||||
/// Used to decide on drawable object lifetimes.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[NotNull]
|
[NotNull]
|
||||||
public virtual Judgement CreateJudgement() => new Judgement();
|
public virtual Judgement CreateJudgement() => new Judgement();
|
||||||
|
Loading…
Reference in New Issue
Block a user