Bullet mover cleanup

This commit is contained in:
Anuke
2022-03-05 22:52:20 -05:00
parent d92c9cfcf8
commit 7bf25cc46e
4 changed files with 19 additions and 11 deletions

View File

@@ -1,9 +1,8 @@
package mindustry.entities;
import arc.math.geom.*;
import mindustry.gen.*;
/** Applies custom movement to a bullet. */
public interface Mover{
float move(Bullet bullet);
void move(Bullet bullet);
}