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