BattleScore

io.github.pidoveproject.showdown.protocol.server.tournament.BattleScore
See theBattleScore companion object
case class BattleScore(user1: Score, user2: Score)

The scores of a battle. A point = a pokemon alive

Value parameters

user1

the score of the first participant

user2

the score of the second participant

Attributes

Companion
object
Source
BattleScore.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