mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Rename F grade to D
This commit is contained in:
parent
3182f88ea8
commit
383b937a7e
@ -7,10 +7,10 @@ namespace osu.Game.Scoring
|
|||||||
{
|
{
|
||||||
public enum ScoreRank
|
public enum ScoreRank
|
||||||
{
|
{
|
||||||
[Description(@"F")]
|
[Description(@"D")]
|
||||||
F,
|
F,
|
||||||
|
|
||||||
[Description(@"F")]
|
[Description(@"D")]
|
||||||
D,
|
D,
|
||||||
|
|
||||||
[Description(@"C")]
|
[Description(@"C")]
|
||||||
|
Loading…
Reference in New Issue
Block a user