Fixed rubble-related crash, improved vtol AI

This commit is contained in:
Anuken
2018-04-29 23:34:40 -04:00
parent 9641a388e2
commit 2b96c820fd
9 changed files with 506 additions and 463 deletions
@@ -22,6 +22,10 @@ public class TeamInfo {
return ally ? allyData : enemyData;
}
public ObjectSet<TeamData> getTeams() {
return allTeamData;
}
/**Register a team.
* @param team The team type enum.
* @param ally Whether this team is an ally with the player or an enemy with the player.