Unlock

@Serializable
data class Unlock(val id: Int, 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: Int, name: String? = null)

Properties

Link copied to clipboard
val id: Int

This field holds the unlock's ID.

Link copied to clipboard
val name: String? = null

This field holds an unlocalized name describing the unlock.