Saving of unit commands
This commit is contained in:
@@ -78,6 +78,11 @@ public class CommandAI extends AIController{
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean keepState(){
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Teamc findTarget(float x, float y, float range, boolean air, boolean ground){
|
||||
return attackTarget == null ? super.findTarget(x, y, range, air, ground) : attackTarget;
|
||||
|
||||
Reference in New Issue
Block a user