mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 05:19:55 +08:00
Allow null DI
This commit is contained in:
@@ -72,7 +72,7 @@ namespace osu.Game.Screens.Select
|
||||
/// </summary>
|
||||
public virtual bool AllowEditing => true;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private NotificationOverlay notificationOverlay { get; set; }
|
||||
|
||||
protected override BackgroundScreen CreateBackground() => new BackgroundScreenBeatmap(Beatmap.Value);
|
||||
|
||||
Reference in New Issue
Block a user