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
commit 96513e4967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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