Mark BeatmapSet as nullable for the time being

This commit is contained in:
Dean Herbert 2021-10-06 05:54:37 +09:00
parent 4d5696959b
commit 4f59fc15a5

View File

@ -31,7 +31,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// The beatmap set this beatmap is part of.
/// </summary>
IBeatmapSetInfo BeatmapSet { get; }
IBeatmapSetInfo? BeatmapSet { get; }
/// <summary>
/// The playable length in milliseconds of this beatmap.