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

@ -18,7 +18,7 @@ namespace osu.Game.Tests.Visual.Collections
{
Children = new Drawable[]
{
new CollectionDialog { State = { Value = Visibility.Visible } },
new ManageCollectionDialog { State = { Value = Visibility.Visible } },
dialogOverlay = new DialogOverlay()
};
}