Why is this protected in the first place?
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user