턴 요약 위해 getBrief 추가

This commit is contained in:
2018-10-04 01:57:56 +09:00
parent 9b4bf148cc
commit bf630b5f7d
11 changed files with 46 additions and 39 deletions
@@ -19,10 +19,10 @@ use function sammo\getGeneralLeadership;
class che_정착장려 extends Command\GeneralCommand{
static $cityKey = 'pop';
static $statKey = 'leader';
static $actionKey = '인구';
static $actionName = '정착 장려';
static protected $cityKey = 'pop';
static protected $statKey = 'leader';
static protected $actionKey = '인구';
static protected $actionName = '정착 장려';
protected function init(){