com.devbridie.wizardsandwarriors.sample / WizardsAndWarriorsGameState
data class WizardsAndWarriorsGameState :
State
Name | Summary |
---|---|
<init> | WizardsAndWarriorsGameState(people: Collection < Person > = listOf(), enemies: Collection < Enemy > = listOf(), time: Time = Time.Morning) |
Name | Summary |
---|---|
enemies | var enemies: Collection < Enemy > |
people | var people: Collection < Person > |
time | var time: Time |