Updated uCore
This commit is contained in:
@@ -3,8 +3,11 @@ package io.anuke.mindustry.world.blocks.distribution;
|
||||
import io.anuke.mindustry.world.Block;
|
||||
|
||||
public class MassDriver extends Block {
|
||||
protected float range;
|
||||
|
||||
public MassDriver(String name) {
|
||||
super(name);
|
||||
update = true;
|
||||
solid = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user