Help for this page

Select Code to Download


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