10 lines
309 B
PHP
10 lines
309 B
PHP
<?php
|
|
namespace sammo\Command\General;
|
|
|
|
class che_치안강화 extends che_상업투자{
|
|
static protected $cityKey = 'secu';
|
|
static protected $statKey = 'strength';
|
|
static protected $actionKey = '치안';
|
|
static protected $actionName = '치안 강화';
|
|
static protected $debuffFront = 1;
|
|
} |