示例#1
0
    // Discards the weapon with the lowest BP
    public List <Card> discardWeapon(List <Card> hand)
    {
        strategyUtil strat = new strategyUtil();

        return(strat.discardWeapon(hand));
    }