MongoPlayerMemory

data class MongoPlayerMemory(val tier6Slayers: List<String>, val knownPowers: List<String>) : MongoRepr<PlayerMemory> (source)

Constructors

Link copied to clipboard
constructor(tier6Slayers: List<String>, knownPowers: List<String>)

Properties

Link copied to clipboard
open override val actual: PlayerMemory

Gets actual representation of this object

Link copied to clipboard
Link copied to clipboard