DFTilePosition constructor

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

Implementation

DFTilePosition(this.x, this.y);