Games::Pandemic::Tk::Dialog::GovernmentGrant - dialog window to play a government grant


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

Index


NAME

Top

Games::Pandemic::Tk::Dialog::GovernmentGrant - dialog window to play a government grant

VERSION

Top

version 1.111030

SYNOPSIS

Top

    Games::Pandemic::Tk::Dialog::GovernmentGrant->new(
        parent => $mw,
        card   => $card,        # special govt grant card
        player => $player,      # player owning it
    );

DESCRIPTION

Top

This dialog implements a dialog to let the user choose in which city to build a research station when playing a Games::Pandemic::Card::Special::GovernmentGrant card.

The card should be passed in the constructor, along with the player holding the card.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


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