Packages

p

communication

matchmaking

package matchmaking

Type Members

  1. case class PlayerInfo(name: String, teamNames: Set[String], battleQueue: String) extends Product with Serializable

    The player info about his/her matchmaking request.

    The player info about his/her matchmaking request.

    name

    the player name

    teamNames

    the player team characters' names

    battleQueue

    the player's battle response queue

Ungrouped