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