Bullet mover cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user