mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 19:33:01 +08:00
Mark BeatmapSets
as internal
This commit is contained in:
parent
291dd5b101
commit
1b9942cb30
@ -122,7 +122,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private IEnumerable<CarouselBeatmapSet> beatmapSets => root.Items.OfType<CarouselBeatmapSet>();
|
||||
|
||||
public IEnumerable<BeatmapSetInfo> BeatmapSets
|
||||
internal IEnumerable<BeatmapSetInfo> BeatmapSets
|
||||
{
|
||||
get => beatmapSets.Select(g => g.BeatmapSet);
|
||||
set
|
||||
|
Loading…
Reference in New Issue
Block a user