package dev.llan.model.board.generation; import dev.llan.model.board.Point; public record DirectedPoint(Point point, Direction direction){}