1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-26 19:32:55 +08:00

Fix test scene dynamic compilation

This commit is contained in:
Dean Herbert 2020-02-19 16:33:49 +09:00
parent 4225df51ba
commit 14ebcc95fb

View File

@ -20,6 +20,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
typeof(CatchHitObject),
typeof(Fruit),
typeof(FruitPiece),
typeof(Droplet),
typeof(Banana),
typeof(BananaShower),