mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
add badges to ProfileHeader
This commit is contained in:
@ -137,6 +137,9 @@ namespace osu.Game.Users
|
||||
[JsonProperty(@"rankHistory")]
|
||||
public RankHistoryData RankHistory;
|
||||
|
||||
[JsonProperty("badges")]
|
||||
public Badge[] Badges;
|
||||
|
||||
public override string ToString() => Username;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user