mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
CA1715: use prefix for generic parameters.
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Overlays
|
||||
AccentColour = AccentColour,
|
||||
};
|
||||
|
||||
private class OverlayHeaderTabItem : OverlayTabItem<string>
|
||||
private class OverlayHeaderTabItem : OverlayTabItem
|
||||
{
|
||||
public OverlayHeaderTabItem(string value)
|
||||
: base(value)
|
||||
|
Reference in New Issue
Block a user