1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:02:54 +08:00

Add profile hue attribute to API model

This commit is contained in:
Salman Ahmed 2024-07-13 11:26:45 +03:00
parent eb3f480a2a
commit 3eaac11b44

View File

@ -201,6 +201,10 @@ namespace osu.Game.Online.API.Requests.Responses
[JsonProperty(@"playmode")]
public string PlayMode;
[JsonProperty(@"profile_hue")]
[CanBeNull]
public int? ProfileHue;
[JsonProperty(@"profile_order")]
public string[] ProfileOrder;