StatCalculatorResultView
data class StatCalculatorResultView(val level: Int, val totalEv: Int, val nature: StatCalculatorNatureView?, val stats: List<StatCalculatorEntryResultView>)
能力值计算器的批量计算结果。
Constructors
Link copied to clipboard
constructor(level: Int, totalEv: Int, nature: StatCalculatorNatureView?, stats: List<StatCalculatorEntryResultView>)