10 lines
308 B
PHP
10 lines
308 B
PHP
<?php
|
|
namespace sammo\Command\General;
|
|
|
|
class che_농지개간 extends che_상업투자{
|
|
static protected $cityKey = 'agri';
|
|
static protected $statKey = 'intel';
|
|
static protected $actionKey = '농업';
|
|
static protected $actionName = '농지 개간';
|
|
static protected $debuffFront = 0.5;
|
|
} |