Added repair point block

This commit is contained in:
Anuken
2018-04-30 17:14:35 -04:00
parent 2b96c820fd
commit 0be49002ba
9 changed files with 203 additions and 67 deletions
@@ -62,8 +62,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<Team> enemiesOf(Team team) {
boolean ally = allies.contains(team);
boolean enemy = enemies.contains(team);