mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 04:22:54 +08:00
Remove useless LocalisableDescription
This commit is contained in:
parent
bff35cb348
commit
946178ca41
@ -11,8 +11,6 @@ namespace osu.Game.Scoring
|
|||||||
{
|
{
|
||||||
public enum ScoreRank
|
public enum ScoreRank
|
||||||
{
|
{
|
||||||
// TODO: reconsider changing later on
|
|
||||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankD))]
|
|
||||||
[Description(@"F")]
|
[Description(@"F")]
|
||||||
F = -1,
|
F = -1,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user