Exemplo n.º 1
0
 private IEnumerable <PointyHexPoint> GetEmptyCells()
 {
     return(grid.WhereCell(cell => cell.IsEmpty));
 }