GamePhase

class GamePhase(length: Long, start: () -> Unit?, end: () -> Unit?, counterMessage: (secondsLeft: Long) -> String?)

Functions

startIt
Link copied to clipboard
fun startIt(phaseQueue: MutableList<GamePhase>)

Properties

counterMessage
Link copied to clipboard
val counterMessage: (secondsLeft: Long) -> String?
end
Link copied to clipboard
val end: () -> Unit?
length
Link copied to clipboard
val length: Long
start
Link copied to clipboard
val start: () -> Unit?