Packages

p

communication

turnordering

package turnordering

Type Members

  1. case class PlayerInfo(name: String, teamSpeeds: Map[String, Int], battleId: String, round: Int, replyTo: String) extends Product with Serializable

    The player information about his/her turn-ordering request.

    The player information about his/her turn-ordering request.

    name

    the player name

    teamSpeeds

    a map with the team characters' names and the relative speeds

    battleId

    the battle identifier

    round

    the round that the request refers to

    replyTo

    the player's turn-ordering response queue

Ungrouped