Removed unused class
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package mindustry.world.blocks.units;
|
||||
|
||||
import mindustry.world.*;
|
||||
|
||||
public class ControlCore extends Block{
|
||||
|
||||
public ControlCore(String name){
|
||||
super(name);
|
||||
}
|
||||
}
|
||||
@@ -15,6 +15,7 @@ import mindustry.world.*;
|
||||
|
||||
import static mindustry.Vars.*;
|
||||
|
||||
//TODO remove
|
||||
public class DroneCenter extends Block{
|
||||
public int unitsSpawned = 4;
|
||||
public UnitType droneType;
|
||||
|
||||
Reference in New Issue
Block a user