export class TileFactory { constructor(width, height) { this.width = width; this.height = height; } } //# sourceMappingURL=tile_factory.js.map