mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove no longer used components
This commit is contained in:
@ -20,7 +20,12 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
protected override bool UseOnlineAPI => true;
|
||||
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[] { typeof(DrawableProfileScore), typeof(RanksSection) };
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(ProfileScore),
|
||||
typeof(ProfileWeightedScore),
|
||||
typeof(RanksSection)
|
||||
};
|
||||
|
||||
public TestSceneUserRanks()
|
||||
{
|
||||
|
Reference in New Issue
Block a user