Esempio n. 1
0
 internal static bool HasTileFor(this TiledBarrierGraph graph, int vertex)
 {
     return(graph.HasTile(graph.TileFor(vertex)));
 }