Separate into multiple files

This commit is contained in:
smoogipoo
2019-04-03 16:36:38 +09:00
parent 42c915190a
commit f8596e055a
4 changed files with 409 additions and 307 deletions

View File

@ -25,6 +25,8 @@ namespace osu.Game.Tests.Visual.SongSelect
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(DrawableTopScore),
typeof(TopScoreUserSection),
typeof(TopScoreStatisticsSection),
typeof(ScoresContainer),
typeof(ScoreTable),
typeof(ScoreTableRow),