Combine BeatmapManager and BeatmapModelManager into one class

This commit is contained in:
Dean Herbert
2022-06-16 18:07:04 +09:00
parent 8ea3042435
commit 1f3e1b2d97
5 changed files with 154 additions and 201 deletions

View File

@ -72,7 +72,7 @@ namespace osu.Game.Database
/// <summary>
/// Set an endpoint for notifications to be posted to.
/// </summary>
public Action<Notification>? PostNotification { protected get; set; }
public Action<Notification>? PostNotification { get; set; }
protected RealmArchiveModelImporter(Storage storage, RealmAccess realm)
{