- or download this
treat $self as SoccerPlayer;
# do lots of soccer playery things with $self
$self->shoot;
- or download this
sub reload
{
$self->gunslingerimplementer->reload($self)
}
- or download this
sub reload($parent)
{
my $bullets = $parent->pockets->getbullets(6);
$parent->gun->load($bullets);
}