PlayerType

data class PlayerType(val value: Player) : CacheValue

Represents a cached player object.

Constructors

Link copied to clipboard
constructor(value: Player)

Properties

Link copied to clipboard

The Player object stored in the cache.