TileSearchResult

data class TileSearchResult(var score: Double, var string: String, val tileX: Int, val tileY: Int)

Constructors

Link copied to clipboard
constructor(score: Double, string: String, tileX: Int, tileY: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tileX: Int
Link copied to clipboard
val tileY: Int