mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Removed D rank
This commit is contained in:
@ -7,31 +7,13 @@ namespace osu.Game.Modes
|
||||
{
|
||||
public enum ScoreRank
|
||||
{
|
||||
[Description(@"F")]
|
||||
F,
|
||||
|
||||
[Description(@"F")]
|
||||
D,
|
||||
|
||||
[Description(@"C")]
|
||||
C,
|
||||
|
||||
[Description(@"B")]
|
||||
B,
|
||||
|
||||
[Description(@"A")]
|
||||
A,
|
||||
|
||||
[Description(@"S")]
|
||||
S,
|
||||
|
||||
[Description(@"SPlus")]
|
||||
SPlus,
|
||||
|
||||
[Description(@"SS")]
|
||||
SS,
|
||||
|
||||
[Description(@"SSPlus")]
|
||||
SSPlus,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user