NAME
Games::Pandemic::Card::Special - base class for special pandemic event cards
VERSION
version 1.120510
DESCRIPTION
This package is the base class for all special event cards in Games::Pandemic. Nothing really interesting, check the subclasses instead.
METHODS
my $event = $special->event;
Return the special card name, from CamelCaseName
to camel_case_name
. This will be used as the event name sent to main window.
Eg, Games::Pandemic::Card::Special::OneQuietNight objects will return one_quiet_night
.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991