Why is it here? (#7240)

BlockProducer already has buildSpeed.
This commit is contained in:
RlCCJ
2022-07-28 21:42:33 +08:00
committed by GitHub
parent 0054fcc428
commit 311cd86e47

View File

@ -18,7 +18,6 @@ import static mindustry.Vars.*;
public class Constructor extends BlockProducer{
/** Empty seq for no filter. */
public Seq<Block> filter = new Seq<>();
public float buildSpeed = 0.4f;
public int minBlockSize = 1, maxBlockSize = 2;
public Constructor(String name){