Implemented mass drivers

This commit is contained in:
Anuken
2018-06-16 14:34:11 -04:00
parent ff542a9946
commit 6c620182ea
13 changed files with 447 additions and 40 deletions

View File

@@ -77,8 +77,7 @@ public class TeamInfo {
}
/**Returns a set of all teams that are enemies of this team.
* For teams not active, an empty set is returned.
*/
* For teams not active, an empty set is returned.*/
public ObjectSet<TeamData> enemyDataOf(Team team) {
boolean ally = allies.contains(team);
boolean enemy = enemies.contains(team);