Unlock

@Serializable
data class Unlock(val id: Long, val name: String? = null)

Information about an unlock unlocked by a character.

Parameters

id

the unlock's ID

name

an unlocalized name describing the unlock

Constructors

Link copied to clipboard
constructor(id: Long, name: String? = null)

Properties

Link copied to clipboard
val id: Long

This field holds the unlock's ID.

Link copied to clipboard
val name: String?

This field holds an unlocalized name describing the unlock.