Command 구조 일부 수정
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\GeneralCommand;
|
||||
|
||||
use \sammo\Util;
|
||||
use \sammo\JosaUtil;
|
||||
|
||||
class che_농지개간 extends che_상업투자{
|
||||
static $cityKey = 'agri';
|
||||
static $statKey = 'intel';
|
||||
static $actionKey = '농업';
|
||||
static $actionName = '농지 개간';
|
||||
}
|
||||
Reference in New Issue
Block a user