ShootSummon empty constructor

This commit is contained in:
Anuken 2023-10-08 13:00:45 -04:00
parent 3ae016e8ab
commit 19b4f871c2

View file

@ -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++){