12 lines
258 B
PHP
12 lines
258 B
PHP
<?php
|
|
namespace sammo\Command;
|
|
|
|
use \sammo\Util;
|
|
use \sammo\JosaUtil;
|
|
|
|
class che_치안강화 extends che_상업투자{
|
|
static $cityKey = 'secu';
|
|
static $statKey = 'power';
|
|
static $actionKey = '치안';
|
|
static $actionName = '치안 강화';
|
|
} |