Split out INotificationOverlay to allow for easier testing

This commit is contained in:
Dean Herbert
2022-04-18 19:59:57 +09:00
parent 72a33c0926
commit 043599081b
22 changed files with 50 additions and 28 deletions

View File

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