Package-level declarations

Types

Link copied to clipboard
data class Tile(val x: Int, val y: Int, var data: Any? = null)

Represents a node in the Grid graph with x and y coordinates and optional data, which can be considered the node value