mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Safer dependency injection and accessibility levels
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap(Beatmap.Value);
|
||||
|
||||
public BeatmapCarousel Carousel { get; private set; }
|
||||
protected BeatmapCarousel Carousel { get; private set; }
|
||||
|
||||
private BeatmapInfoWedge beatmapInfoWedge;
|
||||
private DialogOverlay dialogOverlay;
|
||||
|
Reference in New Issue
Block a user