농상치성수 내정 코드 구현

This commit is contained in:
2018-09-15 00:40:24 +09:00
parent 96b8b8fd07
commit bd44e24398
6 changed files with 64 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace sammo\Command;
use \sammo\Util;
use \sammo\JosaUtil;
class che_치안강화 extends che_상업투자{
static $cityKey = 'secu';
static $statKey = 'power';
static $actionKey = '치안';
static $actionName = '치안 강화';
}