mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
add more required types for test slider
This commit is contained in:
parent
5e887240ae
commit
0a2e41884e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user