1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 13:23:22 +08:00

Rename F grade to D

This commit is contained in:
iiSaLMaN 2019-06-08 19:10:00 +03:00 committed by GitHub
parent 3182f88ea8
commit 383b937a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,10 @@ namespace osu.Game.Scoring
{
public enum ScoreRank
{
[Description(@"F")]
[Description(@"D")]
F,
[Description(@"F")]
[Description(@"D")]
D,
[Description(@"C")]