System for controlling bullet movement
This commit is contained in:
9
core/src/mindustry/entities/Mover.java
Normal file
9
core/src/mindustry/entities/Mover.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package mindustry.entities;
|
||||
|
||||
import arc.math.geom.*;
|
||||
import mindustry.gen.*;
|
||||
|
||||
/** Applies custom movement to a bullet. */
|
||||
public interface Mover{
|
||||
float move(Bullet bullet);
|
||||
}
|
||||
Reference in New Issue
Block a user