mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Let F to -1 temporary
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user