Playing

model.entities.customers.CustState.Playing
final case class Playing(game: Game)

Indicates the customer is currently playing a specific game.

Value parameters

game

The Game instance the customer is playing.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product