Exemplo n.º 1
0
 private bool TileIsClear(GridTile tile)
 {
     return(tile.Pathable());
 }