GridCell constructor

GridCell(
  1. int x,
  2. int y
)

Creates a grid cell with discrete coordinates

Implementation

GridCell(this.x, this.y);