Simple enemy rebuilding AI + fleeing

This commit is contained in:
Anuken
2022-02-18 17:29:06 -05:00
parent bc8842d0d7
commit 0c0adea2a4
10 changed files with 104 additions and 16 deletions

View File

@@ -2,11 +2,13 @@ package mindustry.entities.units;
import arc.math.*;
import arc.math.geom.*;
import arc.struct.*;
import arc.util.*;
import mindustry.*;
import mindustry.ai.*;
import mindustry.entities.*;
import mindustry.game.*;
import mindustry.game.Teams.*;
import mindustry.gen.*;
import mindustry.type.*;
import mindustry.world.*;