rename TargetableSquares -> TargetableCells

This commit is contained in:
Bob
2010-11-03 22:30:17 +13:00
committed by Chris Forbes
parent 39b09780f6
commit ecf41722c3
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ namespace OpenRA.Mods.RA
public virtual string[] TargetTypes { get { return info.TargetTypes; } }
public virtual IEnumerable<int2> TargetableSquares( Actor self )
public virtual IEnumerable<int2> TargetableCells( Actor self )
{
yield return Util.CellContaining( self.CenterLocation );
}