Added repair point block
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user