EquipmentMetadata

data class EquipmentMetadata @JvmOverloads constructor(val code: String, val metaCode: String, val effects: List<Effect> = emptyList(), val propertyList: List<Property> = emptyList())

装备元数据

Constructors

Link copied to clipboard
constructor(code: String, metaCode: String, effects: List<Effect> = emptyList(), propertyList: List<Property> = emptyList())

Properties

Link copied to clipboard

原始code

Link copied to clipboard

对应的效果

Link copied to clipboard

数据code

Link copied to clipboard

对应的属性

Functions

Link copied to clipboard