Updated wiki links
This commit is contained in:
@@ -4,7 +4,7 @@ import arc.graphics.g2d.*;
|
||||
import arc.math.*;
|
||||
import mindustry.world.*;
|
||||
|
||||
/**A type of floor that is overlaid on top of over floors.*/
|
||||
/**A type of floor that is overlaid on top of other floors.*/
|
||||
public class OverlayFloor extends Floor{
|
||||
|
||||
public OverlayFloor(String name){
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
package mindustry.world.blocks.units;
|
||||
|
||||
import mindustry.gen.*;
|
||||
import mindustry.world.*;
|
||||
|
||||
public class ControlCenter extends Block{
|
||||
|
||||
public ControlCenter(String name){
|
||||
super(name);
|
||||
update = true;
|
||||
}
|
||||
|
||||
public class ControlCenterBuild extends Building{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user