Update BeatmapCollection to use IBeatmapInfo

This commit is contained in:
Dean Herbert
2021-11-12 18:10:06 +09:00
parent 54cd1158a4
commit 7349e5521a
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Collections
/// <summary>
/// The beatmaps contained by the collection.
/// </summary>
public readonly BindableList<BeatmapInfo> Beatmaps = new BindableList<BeatmapInfo>();
public readonly BindableList<IBeatmapInfo> Beatmaps = new BindableList<IBeatmapInfo>();
/// <summary>
/// The date when this collection was last modified.