Files
core/hwe/sammo/Command/che_수비강화.php
T

12 lines
257 B
PHP

<?php
namespace sammo\Command;
use \sammo\Util;
use \sammo\JosaUtil;
class che_수비강화 extends che_상업투자{
static $cityKey = 'def';
static $statKey = 'power';
static $actionKey = '수비';
static $actionName = '수비 강화';
}