Add missing backlink to BeatmapSet from Beatmap and fix non-explicit implementations

This commit is contained in:
Dean Herbert
2021-10-01 17:22:25 +09:00
parent 00e33a1da7
commit 9dae92e78c
2 changed files with 9 additions and 3 deletions

View File

@ -29,6 +29,11 @@ namespace osu.Game.Beatmaps
/// </summary>
IBeatmapDifficultyInfo Difficulty { get; }
/// <summary>
/// The beatmap set this beatmap is part of.
/// </summary>
IBeatmapSetInfo BeatmapSet { get; }
/// <summary>
/// The playable length in milliseconds of this beatmap.
/// </summary>