Esempio n. 1
0
 public bool IsAdjacent(Tile t)
 {
     return(Neighbours.ContainsValue(t));
 }