mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +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(HitCircle),
|
||||||
typeof(OsuModHidden),
|
typeof(OsuModHidden),
|
||||||
typeof(DrawableSlider),
|
typeof(DrawableSlider),
|
||||||
typeof(DrawableHitCircle)
|
typeof(DrawableHitCircle),
|
||||||
|
typeof(DrawableSliderTick),
|
||||||
|
typeof(DrawableRepeatPoint)
|
||||||
};
|
};
|
||||||
|
|
||||||
private readonly Container content;
|
private readonly Container content;
|
||||||
|
Reference in New Issue
Block a user