Weapon

@Serializable
data class Weapon(val specialization: Int? = null, val skills: List<WeaponSkill>, val flags: List<String>)

Data model for weapon profession's property

Constructors

Link copied to clipboard
constructor(specialization: Int? = null, skills: List<WeaponSkill>, flags: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val specialization: Int? = null