TypeEffectivenessRow.kt

package io.github.lishangbu.avalon.dataset.api.model

data class TypeEffectivenessRow(
    val attackingType: TypeEffectivenessTypeView,
    val cells: List<TypeEffectivenessCell>,
)