Files
core/hwe/sammo/Command/General/che_성벽보수.php
T
2018-11-26 04:05:34 +09:00

10 lines
309 B
PHP

<?php
namespace sammo\Command\General;
class che_성벽보수 extends che_상업투자{
static protected $cityKey = 'wall';
static protected $statKey = 'power';
static protected $actionKey = '성벽';
static protected $actionName = '성벽 보수';
static protected $debuffFront = 0.25;
}