package matchmaking
Type Members
-
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