Split out IPostNotifications into an interface

This commit is contained in:
Dean Herbert
2021-09-30 17:42:12 +09:00
parent fd13142a15
commit 0a00bc7795
4 changed files with 19 additions and 8 deletions

View File

@ -57,9 +57,6 @@ namespace osu.Game.Database
/// </summary>
private static readonly ThreadedTaskScheduler import_scheduler_low_priority = new ThreadedTaskScheduler(import_queue_request_concurrency, nameof(ArchiveModelManager<TModel, TFileModel>));
/// <summary>
/// Set an endpoint for notifications to be posted to.
/// </summary>
public Action<Notification> PostNotification { protected get; set; }
/// <summary>