Targetp support for allied targets

This commit is contained in:
Anuken
2021-01-09 10:31:44 -05:00
parent b762a5028b
commit 21fd20ea5b
8 changed files with 18 additions and 5 deletions

View File

@@ -131,6 +131,11 @@ public class LogicAI extends AIController{
unit.approach(vec);
}
@Override
protected boolean checkTarget(Teamc target, float x, float y, float range){
return false;
}
//always retarget
@Override
protected boolean retarget(){