mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
This commit is contained in:
@ -8,7 +8,7 @@ using osu.Game.Rulesets.Scoring;
|
||||
|
||||
namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
{
|
||||
public class DrawableTotalScore : DrawableScore
|
||||
public class DrawableTotalScore : DrawableProfileScore
|
||||
{
|
||||
public DrawableTotalScore(Score score)
|
||||
: base(score)
|
||||
|
Reference in New Issue
Block a user