Move VotePill to it's own file

This commit is contained in:
Andrei Zavatski
2019-10-17 14:18:31 +03:00
parent d3a8dfd5ff
commit a437ff74cc
4 changed files with 137 additions and 100 deletions

View File

@ -22,7 +22,8 @@ namespace osu.Game.Tests.Visual.Online
typeof(HeaderButton),
typeof(SortTabControl),
typeof(ShowChildrenButton),
typeof(DeletedChildrenPlaceholder)
typeof(DeletedChildrenPlaceholder),
typeof(VotePill)
};
protected override bool UseOnlineAPI => true;