CustState

model.entities.customers.CustState
enum CustState

Enumeration representing the possible states of a customer.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Idle extends CustState

Indicates the customer is idle and not currently participating in a game.

Indicates the customer is idle and not currently participating in a game.

Attributes

final case class Playing(game: Game)

Indicates the customer is currently playing a specific game.

Indicates the customer is currently playing a specific game.

Value parameters

game

The Game instance the customer is playing.

Attributes