mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Cleanup
This commit is contained in:
parent
5d76dd0e2f
commit
b1acc90739
@ -83,10 +83,6 @@ public class Team implements Comparable<Team>{
|
||||
return state.rules.teams.get(this);
|
||||
}
|
||||
|
||||
//public Team[] enemies(){
|
||||
// return state.teams.enemiesOf(this);
|
||||
//}
|
||||
|
||||
public TeamData data(){
|
||||
return state.teams.get(this);
|
||||
}
|
||||
|
@ -45,10 +45,6 @@ public class Teams{
|
||||
return Geometry.findClosest(x, y, get(team).cores);
|
||||
}
|
||||
|
||||
//public Team[] enemiesOf(Team team){
|
||||
// return get(team).enemies;
|
||||
//}
|
||||
|
||||
public boolean eachEnemyCore(Team team, Boolf<CoreBuild> ret){
|
||||
for(TeamData data : active){
|
||||
if(areEnemies(team, data.team)){
|
||||
|
Loading…
Reference in New Issue
Block a user