UserCount

io.github.pidoveproject.showdown.protocol.server.GlobalMessage.UserCount
final case class UserCount(count: Count)

An update of the number of users on the server

Value parameters

count

the number of users on the server

Attributes

Source
GlobalMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product