Update Pump.java

This commit is contained in:
younggam
2020-11-12 20:52:23 +09:00
committed by GitHub
parent b1b84fe380
commit f03c022db8

View File

@@ -15,7 +15,7 @@ import static mindustry.Vars.*;
public class Pump extends LiquidBlock{
/** Pump amount per tile. */
protected float pumpAmount = 0.2f;
public float pumpAmount = 0.2f;
public Pump(String name){
super(name);