Package-level declarations

Types

Link copied to clipboard
typealias KPlayerDeathPositionData = @Serializable(with = PlayerDeathPositionDataSerializer::class) PlayerDeathPositionData

Serializable typealias for PlayerDeathPositionData.

Link copied to clipboard
typealias KPlayerRespawnPointData = @Serializable(with = PlayerRespawnPointDataSerializer::class) PlayerRespawnPointData

Serializable typealias for PlayerRespawnPointData.

Link copied to clipboard
object PlayerDeathPositionDataSerializer : KSerializer<PlayerDeathPositionData>
Link copied to clipboard
object PlayerRespawnPointDataSerializer : KSerializer<PlayerRespawnPointData>