case class LevelInfo(name: String, victoryRule: VictoryRules.Value, isAvailable: Boolean = true) extends Product with Serializable
Level information
- name
level name
- victoryRule
level victory rule
- isAvailable
level is available
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LevelInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
LevelInfo(name: String, victoryRule: VictoryRules.Value, isAvailable: Boolean = true)
- name
level name
- victoryRule
level victory rule
- isAvailable
level is available