Un-nest class

This commit is contained in:
Dean Herbert
2020-04-11 16:41:11 +09:00
parent ff591299e0
commit a843793957
3 changed files with 78 additions and 63 deletions

View File

@ -117,8 +117,10 @@ namespace osu.Game.Screens.Select
private readonly Stack<CarouselBeatmap> randomSelectedBeatmaps = new Stack<CarouselBeatmap>();
protected List<DrawableCarouselItem> Items = new List<DrawableCarouselItem>();
private CarouselRoot root;
public SongSelect.DifficultyRecommender DifficultyRecommender;
public DifficultyRecommender DifficultyRecommender;
public BeatmapCarousel()
{