argTest를 로직 순서에 맞게 변경

This commit is contained in:
2018-10-21 14:28:29 +09:00
parent c71a92302a
commit 3cc437a17f
27 changed files with 289 additions and 304 deletions
@@ -28,6 +28,11 @@ class che_정착장려 extends Command\GeneralCommand{
static protected $actionKey = '인구';
static protected $actionName = '정착 장려';
protected function argTest():bool{
$this->arg = null;
return true;
}
protected function init(){
$general = $this->generalObj;
@@ -50,11 +55,6 @@ class che_정착장려 extends Command\GeneralCommand{
$this->reqRice = $reqRice;
}
protected function argTest():bool{
$this->arg = null;
return true;
}
public function getCost():array{
$develCost = $this->env['develcost'] * 2;
$reqGold = 0;