Logic team-specific rules
This commit is contained in:
@@ -6,7 +6,7 @@ import arc.math.geom.*;
|
||||
//TODO
|
||||
public class ShotPattern{
|
||||
|
||||
public void shoot(Cons<Vec2> positionSetter, Cons<Vec2> positionHandler){
|
||||
public void shoot(float x, float y, Cons<Vec2> positionHandler){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user