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(CatchHitObject),
typeof(Fruit), typeof(Fruit),
typeof(FruitPiece),
typeof(Droplet), typeof(Droplet),
typeof(Banana), typeof(Banana),
typeof(BananaShower), typeof(BananaShower),