コード例 #1
0
ファイル: AttackFleet.class.php プロジェクト: sonicmaster/RPG
 /**
  * @see AbstractFleetEventHandler::executeImpact()
  */
 protected function executeImpact()
 {
     if ($this->formationID) {
         parent::executeImpact();
         return;
     }
     $this->executeAttack();
 }