ShootSummon empty constructor
This commit is contained in:
@@ -13,6 +13,9 @@ public class ShootSummon extends ShootPattern{
|
|||||||
this.spread = spread;
|
this.spread = spread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ShootSummon(){
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void shoot(int totalShots, BulletHandler handler, @Nullable Runnable barrelIncrementer){
|
public void shoot(int totalShots, BulletHandler handler, @Nullable Runnable barrelIncrementer){
|
||||||
for(int i = 0; i < shots; i++){
|
for(int i = 0; i < shots; i++){
|
||||||
|
|||||||
Reference in New Issue
Block a user