AI 구현중
This commit is contained in:
@@ -213,6 +213,11 @@ abstract class BaseCommand{
|
||||
|
||||
abstract protected function init();
|
||||
abstract protected function argTest():bool;
|
||||
|
||||
public function getArg():?array{
|
||||
return $this->arg;
|
||||
}
|
||||
|
||||
|
||||
public function getBrief():string{
|
||||
return static::getName();
|
||||
|
||||
@@ -131,6 +131,7 @@ class che_발령 extends Command\NationCommand{
|
||||
$josaUl = JosaUtil::pick($destGeneralName, '을');
|
||||
$josaRo = JosaUtil::pick($destCityName, '로');
|
||||
$destGeneral->getLogger()->pushGeneralActionLog("<Y>{$generalName}</>에 의해 <G><b>{$destCityName}</b></>{$josaRo} 발령됐습니다. <1>$date</>");
|
||||
$destGeneral->setAuxVar('last발령', $general->getTurnTime());
|
||||
$logger->pushGeneralActionLog("<Y>{$destGeneralName}</>{$josaUl} <G><b>{$destCityName}</b></>{$josaRo} 발령했습니다. <1>$date</>");
|
||||
|
||||
$this->setResultTurn(new LastTurn(static::getName(), $this->arg));
|
||||
|
||||
Reference in New Issue
Block a user