예제 #1
0
파일: Army.php 프로젝트: Toxicat/dolumar
 /**
  *	Remove this squad
  */
 public function destroy()
 {
     $this->getMap()->addMapUpdate($this->getLocation(), 'DESTROY');
     Dolumar_Underworld_Mappers_ArmyMapper::remove($this);
 }