mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Allow any type to be used to create TabControl
This commit is contained in:
@ -7,7 +7,7 @@ using osu.Game.Graphics.UserInterface;
|
||||
|
||||
namespace osu.Game.Overlays
|
||||
{
|
||||
public abstract class BreadcrumbControlOverlayHeader : ControllableOverlayHeader
|
||||
public abstract class BreadcrumbControlOverlayHeader : ControllableOverlayHeader<string>
|
||||
{
|
||||
protected OverlayHeaderBreadcrumbControl BreadcrumbControl;
|
||||
|
||||
|
Reference in New Issue
Block a user