Fix test scene dynamic compilation

This commit is contained in:
Dean Herbert 2020-02-19 16:33:49 +09:00
parent 4225df51ba
commit 14ebcc95fb
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ public class TestSceneFruitObjects : SkinnableTestScene
{
typeof(CatchHitObject),
typeof(Fruit),
typeof(FruitPiece),
typeof(Droplet),
typeof(Banana),
typeof(BananaShower),