Arena

fun Arena(id: UUID, name: String)(source)

Constructs a new Arena with id and name.

Parameters

id

the unique id of the arena.

name

the name of the arena.


fun Arena(id: UUID, name: String, challenger: String?, defender: String?, inUse: Boolean)(source)