Interface IGenshinTCGActionCost

interface IGenshinTCGActionCost {
    cost_type: TCG_COST_TYPE;
    cost_value: number;
}

Properties

cost_type: TCG_COST_TYPE
cost_value: number