1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Remove pointless comment

Co-Authored-By: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Dean Herbert 2020-02-25 19:22:51 +09:00 committed by GitHub
parent 29e2e17144
commit 36079236e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,6 @@ namespace osu.Game.Rulesets.Objects
/// <summary>
/// Creates the <see cref="Judgement"/> that represents the scoring information for this <see cref="HitObject"/>.
/// Used to decide on drawable object lifetimes.
/// </summary>
[NotNull]
public virtual Judgement CreateJudgement() => new Judgement();