Merge branch 'master' into recolor-profile-sections

This commit is contained in:
Dan Balasescu
2020-01-30 13:30:35 +09:00
committed by GitHub
5 changed files with 73 additions and 42 deletions

View File

@ -16,7 +16,8 @@ namespace osu.Game.Tests.Visual.UserInterface
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(FooterButtonMods)
typeof(FooterButtonMods),
typeof(FooterButton)
};
private readonly TestFooterButtonMods footerButtonMods;