mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename BeatmapCollectionManager -> CollectionManager
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Collections
|
||||
private const double exit_duration = 200;
|
||||
|
||||
[Resolved]
|
||||
private BeatmapCollectionManager collectionManager { get; set; }
|
||||
private CollectionManager collectionManager { get; set; }
|
||||
|
||||
public ManageCollectionsDialog()
|
||||
{
|
||||
|
Reference in New Issue
Block a user