mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Remove updated/removed flow method mapping
This commit is contained in:
@ -232,10 +232,6 @@ namespace osu.Game.Beatmaps
|
||||
return beatmapModelManager.IsAvailableLocally(model);
|
||||
}
|
||||
|
||||
public event Action<BeatmapSetInfo>? ItemUpdated;
|
||||
|
||||
public event Action<BeatmapSetInfo>? ItemRemoved;
|
||||
|
||||
public void Update(BeatmapSetInfo item)
|
||||
{
|
||||
beatmapModelManager.Update(item);
|
||||
|
Reference in New Issue
Block a user