mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
DrawableScore -> DrawableProfileScore
Discern between the other class of the same name
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
internal class TestCaseUserRanks : OsuTestCase
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableScore), typeof(RanksSection) };
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableProfileScore), typeof(RanksSection) };
|
||||
|
||||
public TestCaseUserRanks()
|
||||
{
|
||||
|
Reference in New Issue
Block a user