Formation cleanup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package mindustry.world.blocks.units;
|
||||
|
||||
import mindustry.world.*;
|
||||
|
||||
public class ControlCenter extends Block{
|
||||
|
||||
public ControlCenter(String name){
|
||||
super(name);
|
||||
update = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user