mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 22:14:52 +08:00
Remove useless LocalisableDescription
This commit is contained in:
@@ -11,8 +11,6 @@ namespace osu.Game.Scoring
|
||||
{
|
||||
public enum ScoreRank
|
||||
{
|
||||
// TODO: reconsider changing later on
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankD))]
|
||||
[Description(@"F")]
|
||||
F = -1,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user