Formation cleanup
This commit is contained in:
11
core/src/mindustry/world/blocks/units/ControlCenter.java
Normal file
11
core/src/mindustry/world/blocks/units/ControlCenter.java
Normal file
@@ -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