constructor protected->public
This commit is contained in:
@@ -32,7 +32,7 @@ public class Conveyor extends Block implements Autotiler{
|
|||||||
public float speed = 0f;
|
public float speed = 0f;
|
||||||
public float displayedSpeed = 0f;
|
public float displayedSpeed = 0f;
|
||||||
|
|
||||||
protected Conveyor(String name){
|
public Conveyor(String name){
|
||||||
super(name);
|
super(name);
|
||||||
rotate = true;
|
rotate = true;
|
||||||
update = true;
|
update = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user