UselessFloorRemover

class UselessFloorRemover(val cells: Array<Array<LabRecruitCell?>>, val cellMaker: (Int, Int) -> LabRecruitCell? = { _, _ -> UnnecessaryFloor })

Constructors

Link copied to clipboard
fun UselessFloorRemover(cells: Array<Array<LabRecruitCell?>>, cellMaker: (Int, Int) -> LabRecruitCell? = { _, _ -> UnnecessaryFloor })

Functions

Link copied to clipboard
fun explore()

Properties

Link copied to clipboard
val array: Array<Array<ExplorationStates>>
Link copied to clipboard
val cellMaker: (Int, Int) -> LabRecruitCell?
Link copied to clipboard
val cells: Array<Array<LabRecruitCell?>>
Link copied to clipboard