mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
use type annotation for nullable BeatmapSet
This commit is contained in:
parent
a5d7075ef1
commit
032cc6c670
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user