Fix D rank displaying as F

This commit is contained in:
Dean Herbert 2018-11-30 19:46:40 +09:00
parent f517f98ae7
commit 17b2a4ca0d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public enum ScoreRank
{
[Description(@"F")]
F,
[Description(@"F")]
[Description(@"D")]
D,
[Description(@"C")]
C,