InviteOnlyNext

io.github.pidoveproject.showdown.protocol.client.BattleRoomCommand.InviteOnlyNext
final case class InviteOnlyNext(isOn: Boolean)

Make the next battle invite-only.

Value parameters

isOn

true make the next battle invite-only, false otherwise.

Attributes

Source
BattleRoomCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product