1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:02:55 +08:00

use type annotation for nullable BeatmapSet

This commit is contained in:
tsunyoku 2022-07-17 18:15:36 +01:00
parent a5d7075ef1
commit 032cc6c670

View File

@ -87,8 +87,7 @@ namespace osu.Game.Online.API.Requests.Responses
public APIBeatmap? Beatmap { get; set; } public APIBeatmap? Beatmap { get; set; }
[JsonProperty("beatmapset")] [JsonProperty("beatmapset")]
[CanBeNull] public APIBeatmapSet? BeatmapSet
public APIBeatmapSet BeatmapSet
{ {
set set
{ {