mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make UserHistoryGraph non-abstract
This commit is contained in:
@ -74,7 +74,10 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
|
||||
private class RankGraphTooltip : UserGraphTooltip
|
||||
{
|
||||
protected override string TooltipCounterName => @"Global Ranking";
|
||||
public RankGraphTooltip()
|
||||
: base(@"Global Ranking")
|
||||
{
|
||||
}
|
||||
|
||||
public override bool SetContent(object content)
|
||||
{
|
||||
|
Reference in New Issue
Block a user