Why is this protected in the first place?

This commit is contained in:
MEEP of Faith
2020-12-01 22:17:32 -08:00
committed by GitHub
parent 430538ea7e
commit 380c9ab113

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);