示例#1
0
 public void GetReachableStateForCoords(List <Vector2Int> coords, out List <bool> state)
 {
     state = CurrentAttack.GetReachableStateForCoords(_owner, coords);
 }