Further refactorings

This commit is contained in:
smoogipoo
2020-01-30 19:21:24 +09:00
parent f6ba98eec0
commit 00a7adcdca
5 changed files with 53 additions and 232 deletions

View File

@ -16,10 +16,10 @@ namespace osu.Game.Tests.Visual.UserInterface
{
public class TestScenePlaylistOverlay : OsuTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new Type[]
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(PlaylistOverlay),
typeof(PlaylistList)
typeof(Playlist)
};
private readonly BindableList<BeatmapSetInfo> beatmapSets = new BindableList<BeatmapSetInfo>();