Esempio n. 1
0
 public Hex HexAt(int row, int column)
 {
     return(Hexes.FirstOrDefault(x => x.Row == row && x.Column == column));
 }