mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Make LabelledComponent generic
This commit is contained in:
@ -89,7 +89,7 @@ namespace osu.Game.Tournament.Screens
|
||||
};
|
||||
}
|
||||
|
||||
private class ActionableInfo : LabelledComponent
|
||||
private class ActionableInfo : LabelledComponent<Drawable>
|
||||
{
|
||||
private OsuButton button;
|
||||
|
||||
|
Reference in New Issue
Block a user