mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Un-nest class
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user