Games::Pandemic::Tk::Dialog::Forecast - dialog window to play a forecast


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

Index


NAME

Top

Games::Pandemic::Tk::Dialog::Forecast - dialog window to play a forecast

VERSION

Top

version 1.111030

SYNOPSIS

Top

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

DESCRIPTION

Top

This dialog implements a dialog to let the user rearrange the next 6 infections in the order she wants when playing a Games::Pandemic::Card::Special::Forecast 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.