Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
A custom deserializer for converting JSON data into a PlayerProfile
object.
Link copied to clipboard
data class PlayerUUIDProfile(val id: String, val name: String, val legacy: Boolean = false, val demo: Boolean = false)
This data class should not be used in your app. Only for internal use.