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

@@ -237,6 +237,8 @@ public class Teams{
/** Quadtree for all buildings of this team. Null if not active. */
public @Nullable QuadTree<Building> buildings;
/** Turrets by range. Null if not active. */
public @Nullable QuadTree<Building> turrets;
/** Current unit cap. Do not modify externally. */
public int unitCap;
/** Total unit count. */