Tile

abstract class Tile(val x: Int, val z: Int)

Constructors

Link copied to clipboard
fun Tile(x: Int, z: Int)

Properties

Link copied to clipboard
abstract val color: Color
Link copied to clipboard
val column: Int

Column in the dungeonList

Link copied to clipboard
val row: Int

Row in the duneonList.

Link copied to clipboard
var scanned: Boolean = true
Link copied to clipboard
Link copied to clipboard
var visited: Boolean = false
Link copied to clipboard
val x: Int
Link copied to clipboard
val z: Int

Inheritors

Link copied to clipboard
Link copied to clipboard