전략 사용 방식 변경

This commit is contained in:
2020-07-13 21:54:32 +09:00
parent a427ddff83
commit 6306dae92d
24 changed files with 4024 additions and 3910 deletions
@@ -95,9 +95,18 @@ class che_초토화 extends Command\NationCommand{
}
public function getPostReqTurn():int{
//NOTE: 자체 postReqTurn 사용
return 24;
}
public function getNextAvailable():?int{
return null;
}
public function setNextAvailable(?int $yearMonth=null){
return;
}
public function getCommandDetailTitle():string{
$name = $this->getName();