예제 #1
0
 private bool TileIsClear(GridTile tile)
 {
     return(tile.Pathable());
 }