1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 02:22:59 +08:00

Remove incorrect [CanBeNull] attribute

This commit is contained in:
Salman Ahmed 2024-07-17 23:58:38 +03:00
parent adb803c7a9
commit 102da0f98c

View File

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