mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Store and show SSPlus and SPlus statistics
This commit is contained in:
@ -51,9 +51,15 @@ namespace osu.Game.Users
|
||||
|
||||
public struct Grades
|
||||
{
|
||||
[JsonProperty(@"ssh")]
|
||||
public int SSPlus;
|
||||
|
||||
[JsonProperty(@"ss")]
|
||||
public int SS;
|
||||
|
||||
[JsonProperty(@"sh")]
|
||||
public int SPlus;
|
||||
|
||||
[JsonProperty(@"s")]
|
||||
public int S;
|
||||
|
||||
|
Reference in New Issue
Block a user