Merge pull request #3712 from MEEPofFaith/patch-1

Why is this protected in the first place?
This commit is contained in:
Anuken
2020-12-02 09:52:31 -05:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ import mindustry.gen.*;
import mindustry.content.*; import mindustry.content.*;
public class LaserBoltBulletType extends BasicBulletType{ public class LaserBoltBulletType extends BasicBulletType{
protected float height = 7f, width = 2f; public float width = 2f, height = 7f;
public LaserBoltBulletType(float speed, float damage){ public LaserBoltBulletType(float speed, float damage){
super(speed, damage); super(speed, damage);