package players
Type Members
- trait Alive extends AnyRef
-
case class
BasePlayer(username: String, address: String, port: Int) extends Player with Product with Serializable
Represents a basic lobby player
Represents a basic lobby player
- username
The username
- address
The address
- port
The port
-
trait
Player extends AnyRef
Root Player trait
- trait Referable extends AnyRef
-
class
ReferablePlayer extends BasePlayer with Referable with Alive
Lobby user with references