Files
core/hwe/sammo/Command/General/che_치안강화.php
T
2018-11-26 04:05:34 +09:00

10 lines
306 B
PHP

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