1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 18:12:56 +08:00

Let F to -1 temporary

This commit is contained in:
cdwcgt 2022-06-20 23:43:33 +08:00
parent 9a6f4ef76d
commit 5a5cc523ce
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -11,6 +11,11 @@ namespace osu.Game.Scoring
{
public enum ScoreRank
{
// TODO: reconsider changing later on
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankD))]
[Description(@"F")]
F = -1,
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankD))]
[Description(@"D")]
D,