Fixed refactoring errors
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.GroundUnit;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.GroundUnit;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.arc.Events;
|
||||
import io.anuke.arc.collection.Queue;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.GroundUnit;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.Units;
|
||||
import io.anuke.mindustry.entities.type.GroundUnit;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.FlyingUnit;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
public class Phantom extends Drone{
|
||||
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.FlyingUnit;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
public class Spirit extends Drone{
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.GroundUnit;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
package io.anuke.mindustry.entities.type.base;
|
||||
|
||||
import io.anuke.mindustry.entities.type.FlyingUnit;
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
|
||||
public class Phantom extends Drone{
|
||||
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
package io.anuke.mindustry.entities.type.types;
|
||||
|
||||
public class Spirit extends Drone{
|
||||
}
|
||||
Reference in New Issue
Block a user