Games::Worms::Base - base class for worms


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

Index


NAME

Top

Games::Worms::Base -- base class for worms

SYNOPSIS

Top

  package Spunky;
  use Games::Worms::Random;
  @ISA = ('Games::Worms::Random');
  ...stuff...

DESCRIPTION

Top

This is the base class for all worms in Worms.


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