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:
parent
f439c1afbc
commit
91262620d3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user