EquipmentRandomData

@Entity
data class EquipmentRandomData(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