| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog::ChooseDisease - pandemic dialog to select which disease to treat
version 1.111030
Games::Pandemic::Tk::Dialog::ChooseDisease->new(
parent => $mw,
diseases => \@diseases,
);
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.
Jerome Quelin
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |