12 lines
258 B
PHP
12 lines
258 B
PHP
<?php
|
|
namespace sammo\Command;
|
|
|
|
use \sammo\Util;
|
|
use \sammo\JosaUtil;
|
|
|
|
class che_성벽보수 extends che_상업투자{
|
|
static $cityKey = 'wall';
|
|
static $statKey = 'power';
|
|
static $actionKey = '성벽';
|
|
static $actionName = '성벽 보수';
|
|
} |