mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Merge remote-tracking branch 'upstream/master' into user-status-wiring
This commit is contained in:
@ -85,14 +85,19 @@ namespace osu.Game.Users
|
||||
{
|
||||
case ScoreRank.XH:
|
||||
return SSPlus;
|
||||
|
||||
case ScoreRank.X:
|
||||
return SS;
|
||||
|
||||
case ScoreRank.SH:
|
||||
return SPlus;
|
||||
|
||||
case ScoreRank.S:
|
||||
return S;
|
||||
|
||||
case ScoreRank.A:
|
||||
return A;
|
||||
|
||||
default:
|
||||
throw new ArgumentException($"API does not return {rank.ToString()}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user