mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Update further usages to cache/resolve via interface
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user