package mindustry.entities; import mindustry.gen.*; /** Applies custom movement to a bullet. */ public interface Mover{ void move(Bullet bullet); }