농지개간, 상업투자 구현, General 클래스로 checkStatChange 이동, uniqueItemEx 추가(및 재구현)

This commit is contained in:
2018-09-14 02:26:41 +09:00
parent 9d1d51d0d7
commit eac0049577
4 changed files with 150 additions and 5 deletions
+3 -1
View File
@@ -5,5 +5,7 @@ use \sammo\Util;
use \sammo\JosaUtil;
class che_농지개간 extends che_상업투자{
static $cityKey = 'agri';
static $actionKey = '농업';
static $actionName = '농지 개간';
}