it is done
This commit is contained in:
13
core/src/mindustry/entities/traits/ShooterTrait.java
Normal file
13
core/src/mindustry/entities/traits/ShooterTrait.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package mindustry.entities.traits;
|
||||
|
||||
import arc.util.Interval;
|
||||
import mindustry.type.Weapon;
|
||||
|
||||
public interface ShooterTrait extends VelocityTrait, TeamTrait{
|
||||
|
||||
Interval getTimer();
|
||||
|
||||
int getShootTimer(boolean left);
|
||||
|
||||
Weapon getWeapon();
|
||||
}
|
||||
Reference in New Issue
Block a user