unit influence blocks building
This commit is contained in:
@@ -61,6 +61,11 @@ namespace OpenRa.Game.Traits
|
||||
{
|
||||
if (currentAction != null)
|
||||
currentAction.Cancel(self, this);
|
||||
}
|
||||
|
||||
public IEnumerable<int2> OccupiedCells()
|
||||
{
|
||||
return new[] { fromCell, toCell };
|
||||
}
|
||||
|
||||
public interface CurrentAction
|
||||
|
||||
Reference in New Issue
Block a user