mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
add more required types for test slider
This commit is contained in:
@ -27,7 +27,9 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
typeof(HitCircle),
|
||||
typeof(OsuModHidden),
|
||||
typeof(DrawableSlider),
|
||||
typeof(DrawableHitCircle)
|
||||
typeof(DrawableHitCircle),
|
||||
typeof(DrawableSliderTick),
|
||||
typeof(DrawableRepeatPoint)
|
||||
};
|
||||
|
||||
private readonly Container content;
|
||||
|
Reference in New Issue
Block a user