Games::Pandemic::Tk::Dialog::ChooseDisease - pandemic dialog to select which disease to treat


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

Index


NAME

Top

Games::Pandemic::Tk::Dialog::ChooseDisease - pandemic dialog to select which disease to treat

VERSION

Top

version 1.111030

SYNOPSIS

Top

    Games::Pandemic::Tk::Dialog::ChooseDisease->new(
        parent   => $mw,
        diseases => \@diseases,
    );

DESCRIPTION

Top

When cleaning a city multi-infected, the player must choose which disease to treat.

This dialog will show the @diseases of current city. When clicking ok, the selected disease will be treated. This takes one 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.