mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix incorrectly specified events
This commit is contained in:
@ -19,9 +19,9 @@ namespace osu.Game.Database
|
||||
{
|
||||
public Action<Notification> PostNotification { protected get; set; }
|
||||
|
||||
public Action<ArchiveDownloadRequest<T>> DownloadBegan { get; set; }
|
||||
public event Action<ArchiveDownloadRequest<T>> DownloadBegan;
|
||||
|
||||
public Action<ArchiveDownloadRequest<T>> DownloadFailed { get; set; }
|
||||
public event Action<ArchiveDownloadRequest<T>> DownloadFailed;
|
||||
|
||||
private readonly IModelImporter<TModel> importer;
|
||||
private readonly IAPIProvider api;
|
||||
|
Reference in New Issue
Block a user