mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Combine BeatmapManager
and BeatmapModelManager
into one class
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user