SavedSpawn

data class SavedSpawn(val title: String, val gang: Gang, val strength: Strength, val stalkers: List<SavedStalker>)

Constructors

Link copied to clipboard
constructor(title: String, gang: Gang, strength: Strength, stalkers: List<SavedStalker>)

Properties

Link copied to clipboard
val gang: Gang
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard