mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Apply more cases/fix some existing ones
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