Safer dependency injection and accessibility levels

This commit is contained in:
voidedWarranties
2020-02-12 22:11:26 -08:00
parent f8b69fe632
commit ad0de27964
3 changed files with 43 additions and 32 deletions

View File

@ -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;