CharacterSAB

@Serializable
data class CharacterSAB(val zones: List<SabZone>, val unlocks: List<SabUnlock>, val songs: List<SabSong>)

Data model for infos about SAB progress and unlocks

Constructors

Link copied to clipboard
constructor(zones: List<SabZone>, unlocks: List<SabUnlock>, songs: List<SabSong>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard