NewGameSettings

case class NewGameSettings[T](actionParameter: Option[T]) extends Action[T]
trait Serializable
trait Product
trait Equals
trait Action[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def get[T]: T
Inherited from:
Action
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product