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:
parent
9a6f4ef76d
commit
5a5cc523ce
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user