1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +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; }
[JsonProperty("beatmapset")]
[CanBeNull]
public APIBeatmapSet BeatmapSet
public APIBeatmapSet? BeatmapSet
{
set
{