mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:26:07 +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; }
|
public APIBeatmap? Beatmap { get; set; }
|
||||||
|
|
||||||
[JsonProperty("beatmapset")]
|
[JsonProperty("beatmapset")]
|
||||||
[CanBeNull]
|
public APIBeatmapSet? BeatmapSet
|
||||||
public APIBeatmapSet BeatmapSet
|
|
||||||
{
|
{
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user