Example #1
0
 /**
  *	Remove this squad
  */
 public function destroy()
 {
     $this->getMap()->addMapUpdate($this->getLocation(), 'DESTROY');
     Dolumar_Underworld_Mappers_ArmyMapper::remove($this);
 }