Store and show SSPlus and SPlus statistics

This commit is contained in:
tgi74000
2018-02-01 15:19:49 +01:00
parent d9654e4d64
commit e08a9350a0
2 changed files with 10 additions and 3 deletions

View File

@ -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;