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(); return unit.canBuild();
} }
public @Nullable public @Nullable CoreBuild closestCore(){
CoreBuild closestCore(){
return state.teams.closestCore(x, y, team); return state.teams.closestCore(x, y, team);
} }
public @Nullable public @Nullable CoreBuild core(){
CoreBuild core(){
return team.core(); return team.core();
} }

View File

@@ -10,4 +10,4 @@ kapt.include.compile.classpath=false
kotlin.stdlib.default.dependency=false kotlin.stdlib.default.dependency=false
#needed for android compilation #needed for android compilation
android.useAndroidX=true android.useAndroidX=true
archash=b4dc34071be92f154034d9d9621e015f5c49030c archash=db46767773d489cf16c02dcb19cad5de21c33eef