농상치성수 내정 코드 구현

This commit is contained in:
2018-09-15 00:40:24 +09:00
parent 96b8b8fd07
commit bd44e24398
6 changed files with 64 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace sammo\Command;
use \sammo\Util;
use \sammo\JosaUtil;
class che_성벽보수 extends che_상업투자{
static $cityKey = 'wall';
static $statKey = 'power';
static $actionKey = '성벽';
static $actionName = '성벽 보수';
}