Removed D rank

This commit is contained in:
DrabWeb
2017-03-14 11:14:27 -03:00
parent 322446effe
commit ebe48b7c24
3 changed files with 4 additions and 21 deletions

View File

@ -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,
}
}