Remove all RequiredTypes usages

This commit is contained in:
smoogipoo
2020-05-16 18:17:12 +09:00
parent 35623e8513
commit 648999a2de
163 changed files with 0 additions and 1471 deletions

View File

@ -12,12 +12,10 @@ using osu.Framework.Testing;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays.Mods;
using osu.Game.Overlays.Mods.Sections;
using osu.Game.Rulesets;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu;
using osu.Game.Rulesets.Osu.Mods;
using osu.Game.Rulesets.UI;
using osu.Game.Screens.Play.HUD;
using osuTK;
using osuTK.Graphics;
@ -27,20 +25,6 @@ namespace osu.Game.Tests.Visual.UserInterface
[Description("mod select and icon display")]
public class TestSceneModSelectOverlay : OsuTestScene
{
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(ModDisplay),
typeof(ModSection),
typeof(ModIcon),
typeof(ModButton),
typeof(ModButtonEmpty),
typeof(DifficultyReductionSection),
typeof(DifficultyIncreaseSection),
typeof(AutomationSection),
typeof(ConversionSection),
typeof(FunSection),
};
private RulesetStore rulesets;
private ModDisplay modDisplay;
private TestModSelectOverlay modSelect;