constructor protected->public

This commit is contained in:
younggam
2020-11-14 14:54:22 +09:00
committed by GitHub
parent 7559996227
commit 4ee4e39518

View File

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