diff --git a/core/src/mindustry/entities/pattern/ShootSummon.java b/core/src/mindustry/entities/pattern/ShootSummon.java index c57bd8936d..d7ed625b0e 100644 --- a/core/src/mindustry/entities/pattern/ShootSummon.java +++ b/core/src/mindustry/entities/pattern/ShootSummon.java @@ -13,6 +13,9 @@ public class ShootSummon extends ShootPattern{ this.spread = spread; } + public ShootSummon(){ + } + @Override public void shoot(int totalShots, BulletHandler handler, @Nullable Runnable barrelIncrementer){ for(int i = 0; i < shots; i++){