Implemented ground mech boosting
This commit is contained in:
12
core/src/mindustry/entities/comp/ShielderComp.java
Normal file
12
core/src/mindustry/entities/comp/ShielderComp.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package mindustry.entities.comp;
|
||||
|
||||
import mindustry.annotations.Annotations.*;
|
||||
import mindustry.gen.*;
|
||||
|
||||
@Component
|
||||
abstract class ShielderComp implements Damagec, Teamc, Posc{
|
||||
|
||||
void absorb(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user