constructor protected->public

This commit is contained in:
younggam 2020-11-14 14:54:22 +09:00 committed by GitHub
parent 7559996227
commit 4ee4e39518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ public class Conveyor extends Block implements Autotiler{
public float speed = 0f;
public float displayedSpeed = 0f;
protected Conveyor(String name){
public Conveyor(String name){
super(name);
rotate = true;
update = true;