BattleRoomList

io.github.pidoveproject.showdown.protocol.server.query.ResponseContent.BattleRoomList
final case class BattleRoomList(rooms: BattleRooms)

The list of battle rooms.

Attributes

Source
ResponseContent.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product