コード例 #1
0
    // Discard 2 lowest BP foes for the King's Call Event
    public List <Card> discardFoesForKing(List <Card> hand)
    {
        strategyUtil strat = new strategyUtil();

        return(strat.discardFoesForKing(hand));
    }