Exemplo n.º 1
0
 void PrepareAttack_LinearTarget()
 {
     m_ParentBoard.SelectHorizontalTiles
         (BoardVector, m_AttackState.TargetRange, SelectionType.Target, false);
 }
Exemplo n.º 2
0
 internal void SelectNeighbors(int length, SelectionType selectionType, bool queryPassable)
 {
     m_ParentBoard.SelectHorizontalTiles(this, length, selectionType, queryPassable);
 }