ConditionScope

data class ConditionScope<W>(val world: (Int) -> W, val time: Int)(source)

Constructors

Link copied to clipboard
constructor(world: (Int) -> W, time: Int)

Properties

Link copied to clipboard
val current: W
Link copied to clipboard
val previous: W?
Link copied to clipboard
val time: Int
Link copied to clipboard
val world: (Int) -> W