This commit is contained in:
Anuken
2020-02-12 11:25:00 -05:00
parent 5c48ae2158
commit e798619679
3 changed files with 19 additions and 0 deletions

View File

@@ -167,6 +167,14 @@ public class Teams{
public CoreEntity core(){
return cores.first();
}
@Override
public String toString(){
return "TeamData{" +
"cores=" + cores +
", team=" + team +
'}';
}
}
/** Represents a block made by this team that was destroyed somewhere on the map.