Games::Pandemic::Tk::Dialog::DropCards - pandemic dialog to drop cards


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.

Index


NAME

Top

Games::Pandemic::Tk::Dialog::DropCards - pandemic dialog to drop cards

VERSION

Top

version 1.111030

SYNOPSIS

Top

    Games::Pandemic::Tk::Dialog::DropCards->new(
        parent => $mw,
        player => $player,
    );

DESCRIPTION

Top

Sometimes, a player has too many cards in her hands. In this case, she must drop cards to get back to the official limit.

This dialog will show current cards of $player and ask which ones should be discarded. When clicking ok, the selected card(s) will be dropped. This takes no action, and is handled by Games::Pandemic::Controller.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.