Cache `IDialogOverlay` as its type in interface

This commit is contained in:
Salman Ahmed 2022-04-18 21:06:27 +03:00
parent 3cbc6cd297
commit 16a0efc562
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Overlays
/// <summary>
/// A global overlay that can show popup dialogs.
/// </summary>
[Cached]
[Cached(typeof(IDialogOverlay))]
public interface IDialogOverlay
{
/// <summary>