ActivatedSuitInfo

data class ActivatedSuitInfo(val suit: Suit, val equippedCodes: List<String>)

已激活套装的详细信息

Parameters

suit

触发的套装

equippedCodes

当前装备的装备code列表

Constructors

Link copied to clipboard
constructor(suit: Suit, equippedCodes: List<String>)

Properties

Link copied to clipboard
val count: Int

当前装备数量

Link copied to clipboard
Link copied to clipboard
val suit: Suit

Functions

Link copied to clipboard

获取套装效果(根据当前装备数量)

Link copied to clipboard

获取套装属性(根据当前装备数量)