mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Disable inconsistent naming in some fields of ScoreRank
This commit is contained in:
parent
2fd8950b21
commit
97fc2a5473
@ -35,6 +35,7 @@ namespace osu.Game.Scoring
|
||||
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankSH))]
|
||||
[Description(@"S+")]
|
||||
// ReSharper disable once InconsistentNaming
|
||||
SH,
|
||||
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankX))]
|
||||
@ -43,6 +44,7 @@ namespace osu.Game.Scoring
|
||||
|
||||
[LocalisableDescription(typeof(BeatmapsStrings), nameof(BeatmapsStrings.RankXH))]
|
||||
[Description(@"SS+")]
|
||||
// ReSharper disable once InconsistentNaming
|
||||
XH,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user