BattleRoomInfo

io.github.pidoveproject.showdown.protocol.server.query.BattleRoomInfo
case class BattleRoomInfo(p1: String, p2: String, minElo: Int)

Informations on a battle room sent by the server.

Value parameters

minElo

the min elo of the match

p1

the first battle participant

p2

the second battle participant

Attributes

Source
BattleRoomInfo.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product