Files
core/hwe/sammo/Command/General/che_성벽보수.php
T
2018-09-30 03:04:20 +09:00

12 lines
265 B
PHP

<?php
namespace sammo\GeneralCommand;
use \sammo\Util;
use \sammo\JosaUtil;
class che_성벽보수 extends che_상업투자{
static $cityKey = 'wall';
static $statKey = 'power';
static $actionKey = '성벽';
static $actionName = '성벽 보수';
}