Remove nullability from IBeatmapInfo.Metadata

This commit is contained in:
Dean Herbert
2021-11-04 14:25:30 +09:00
parent 0df339d0b8
commit a49366ff84
4 changed files with 6 additions and 10 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// The metadata representing this beatmap. May be shared between multiple beatmaps.
/// </summary>
IBeatmapMetadataInfo? Metadata { get; }
IBeatmapMetadataInfo Metadata { get; }
/// <summary>
/// The difficulty settings for this beatmap.