no
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user