mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
ShootSummon empty constructor
This commit is contained in:
parent
3ae016e8ab
commit
19b4f871c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue