Fixed compilation
This commit is contained in:
12
core/src/mindustry/entities/pattern/ShotPattern.java
Normal file
12
core/src/mindustry/entities/pattern/ShotPattern.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package mindustry.entities.pattern;
|
||||
|
||||
import arc.func.*;
|
||||
import arc.math.geom.*;
|
||||
|
||||
//TODO
|
||||
public class ShotPattern{
|
||||
|
||||
public void shoot(Cons<Vec2> positionSetter, Cons<Vec2> positionHandler){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user