TeamSize

io.github.pidoveproject.showdown.protocol.server.BattleInitializationMessage.TeamSize
final case class TeamSize(player: PlayerNumber, size: Count)

Declare the size of a player's team.

Value parameters

player

the team owner

size

the number of pokemon in the team

Attributes

Source
BattleInitializationMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product