Make LabelledComponent generic

This commit is contained in:
smoogipoo
2019-09-24 18:22:02 +09:00
parent 79b64bdaa1
commit df692b091c
3 changed files with 11 additions and 10 deletions

View File

@ -89,7 +89,7 @@ namespace osu.Game.Tournament.Screens
};
}
private class ActionableInfo : LabelledComponent
private class ActionableInfo : LabelledComponent<Drawable>
{
private OsuButton button;