Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class AutoFireScanner2(game: KailleraGame, sensitivity: Int) : AutoFireDetector
Link copied to clipboard
class PlayerActionQueue(val playerNumber: Int, val player: KailleraUser, numPlayers: Int, gameBufferSize: Int)
Link copied to clipboard
data class PlayerTimeoutException(val playerNumber: Int, var timeoutNumber: Int = -1, val player: KailleraUser? = null) : Exception
Link copied to clipboard
class Trivia(server: KailleraServer) : Runnable