mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Split out INotificationOverlay
to allow for easier testing
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Database
|
||||
private OsuConfigManager config { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
private NotificationOverlay notificationOverlay { get; set; } = null!;
|
||||
private INotificationOverlay notificationOverlay { get; set; } = null!;
|
||||
|
||||
[Resolved]
|
||||
private OsuGame game { get; set; } = null!;
|
||||
|
Reference in New Issue
Block a user