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

Remove XMLDocs from Ok/Perfect hit results

This commit is contained in:
smoogipoo 2020-09-29 17:17:06 +09:00
parent f439c1afbc
commit 91262620d3

View File

@ -32,9 +32,6 @@ namespace osu.Game.Rulesets.Scoring
[Order(4)]
Meh,
/// <summary>
/// Optional judgement.
/// </summary>
[Description(@"OK")]
[Order(3)]
Ok,
@ -47,9 +44,6 @@ namespace osu.Game.Rulesets.Scoring
[Order(1)]
Great,
/// <summary>
/// Optional judgement.
/// </summary>
[Description(@"Perfect")]
[Order(0)]
Perfect,