Implemented ground mech boosting
This commit is contained in:
16
core/src/mindustry/entities/comp/DrawComp.java
Normal file
16
core/src/mindustry/entities/comp/DrawComp.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package mindustry.entities.comp;
|
||||
|
||||
import mindustry.annotations.Annotations.*;
|
||||
import mindustry.gen.*;
|
||||
|
||||
@Component
|
||||
abstract class DrawComp implements Posc{
|
||||
|
||||
float clipSize(){
|
||||
return Float.MAX_VALUE;
|
||||
}
|
||||
|
||||
void draw(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user