GetCell returns the cell at the given coordinates. The coordinates must be valid.
(Coord)
| 187 | // GetCell returns the cell at the given coordinates. |
| 188 | // The coordinates must be valid. |
| 189 | GetCell(Coord) Cell |
| 190 | |
| 191 | // Bells returns the number of times the bell has been rung. |
| 192 | Bells() int |
no outgoing calls