Rename classes

This commit is contained in:
smoogipoo
2020-09-05 03:55:43 +09:00
parent ebd11ae0b7
commit 345fb9d8e0
12 changed files with 27 additions and 27 deletions

View File

@ -10,7 +10,7 @@ namespace osu.Game.Collections
public class DeleteCollectionDialog : PopupDialog
{
[Resolved]
private CollectionManager collectionManager { get; set; }
private BeatmapCollectionManager collectionManager { get; set; }
public DeleteCollectionDialog(BeatmapCollection collection)
{