| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog::GovernmentGrant - dialog window to play a government grant
version 1.111030
Games::Pandemic::Tk::Dialog::GovernmentGrant->new(
parent => $mw,
card => $card, # special govt grant card
player => $player, # player owning it
);
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.
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. |