This commit is contained in:
Anuken
2021-07-09 16:51:12 -04:00
parent 1c389dc7f8
commit effe2312e0
2 changed files with 3 additions and 5 deletions

View File

@@ -51,13 +51,11 @@ abstract class PlayerComp implements UnitController, Entityc, Syncc, Timerc, Dra
return unit.canBuild();
}
public @Nullable
CoreBuild closestCore(){
public @Nullable CoreBuild closestCore(){
return state.teams.closestCore(x, y, team);
}
public @Nullable
CoreBuild core(){
public @Nullable CoreBuild core(){
return team.core();
}