Update further usages to cache/resolve via interface

This commit is contained in:
Salman Ahmed
2022-04-19 00:18:10 +03:00
parent bb8b94f8ad
commit 94335c2938
4 changed files with 5 additions and 5 deletions

View File

@ -124,7 +124,7 @@ namespace osu.Game.Screens.Play
private EpilepsyWarning? epilepsyWarning;
[Resolved(CanBeNull = true)]
private NotificationOverlay? notificationOverlay { get; set; }
private INotificationOverlay? notificationOverlay { get; set; }
[Resolved(CanBeNull = true)]
private VolumeOverlay? volumeOverlay { get; set; }