Refactor tables to avoid code duplication

This commit is contained in:
Andrei Zavatski
2019-11-27 23:35:02 +03:00
parent c546df8a80
commit 800bda7e81
6 changed files with 133 additions and 174 deletions

View File

@ -29,6 +29,7 @@ namespace osu.Game.Tests.Visual.Online
typeof(ScoresTable),
typeof(CountriesTable),
typeof(TableRowBackground),
typeof(UserBasedTable),
typeof(RankingsTable<>)
};