mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Begun refractorization process of wrapping Button text in a FillFlowContainer
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user