Merging changes from private branch
This commit is contained in:
@@ -63,6 +63,11 @@ abstract class BlockUnitComp implements Unitc{
|
||||
return tile != null && tile.isValid();
|
||||
}
|
||||
|
||||
@Replace
|
||||
public boolean isAdded(){
|
||||
return tile != null && tile.isValid();
|
||||
}
|
||||
|
||||
@Replace
|
||||
public void team(Team team){
|
||||
if(tile != null && this.team != team){
|
||||
|
||||
Reference in New Issue
Block a user