Games::Pandemic::Tk::Dialog::ResilientPopulation - dialog window to remove a city from being infected


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

Index


NAME

Top

Games::Pandemic::Tk::Dialog::ResilientPopulation - dialog window to remove a city from being infected

VERSION

Top

version 1.111030

SYNOPSIS

Top

    Games::Pandemic::Tk::Dialog::ResilientPopulation->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 which city to remove from past infections when playing a Games::Pandemic::Card::Special::ResilientPopulation 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.