Merge pull request #17862 from peppy/i-dialog-overlay

Split out `IDialogOverlay` to allow for easier testing
This commit is contained in:
Dan Balasescu
2022-04-19 05:24:05 +09:00
committed by GitHub
28 changed files with 78 additions and 40 deletions

View File

@ -60,7 +60,7 @@ namespace osu.Game.Screens.Menu
private IAPIProvider api { get; set; }
[Resolved(canBeNull: true)]
private DialogOverlay dialogOverlay { get; set; }
private IDialogOverlay dialogOverlay { get; set; }
private BackgroundScreenDefault background;