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 = 'agri';
static $statKey = 'intel';
static $actionKey = '농업';
static $actionName = '농지 개간';
}