턴 요약 위해 getBrief 추가

This commit is contained in:
2018-10-04 01:57:56 +09:00
parent 8de8a156b8
commit 290c302352
11 changed files with 46 additions and 39 deletions
@@ -19,10 +19,10 @@ use function sammo\getGeneralLeadership;
class che_주민선정 extends Command\GeneralCommand{
static $cityKey = 'trust';
static $statKey = 'leader';
static $actionKey = '민심';
static $actionName = '주민 선정';
static protected $cityKey = 'trust';
static protected $statKey = 'leader';
static protected $actionKey = '민심';
static protected $actionName = '주민 선정';
protected function init(){