Games::Pandemic::Card::Special - base class for special pandemic event cards


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

Index


NAME

Top

Games::Pandemic::Card::Special - base class for special pandemic event cards

VERSION

Top

version 1.111030

DESCRIPTION

Top

This package is the base class for all special event cards in Games::Pandemic. Nothing really interesting, check the subclasses instead.

METHODS

Top

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

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


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