argTest를 로직 순서에 맞게 변경
This commit is contained in:
@@ -22,6 +22,11 @@ use \sammo\Constraint\Constraint;
|
||||
class che_전투태세 extends Command\GeneralCommand{
|
||||
static protected $actionName = '전투태세';
|
||||
|
||||
protected function argTest():bool{
|
||||
$this->arg = null;
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
|
||||
$general = $this->generalObj;
|
||||
@@ -44,11 +49,6 @@ class che_전투태세 extends Command\GeneralCommand{
|
||||
|
||||
}
|
||||
|
||||
protected function argTest():bool{
|
||||
$this->arg = null;
|
||||
return true;
|
||||
}
|
||||
|
||||
public function getCost():array{
|
||||
$crew = $this->getVar('crew');
|
||||
$techCost = getTechCost($this->nation['tech']);
|
||||
|
||||
Reference in New Issue
Block a user