Files
core/hwe/sammo/Command/General/che_모병.php
T

24 lines
483 B
PHP

<?php
namespace sammo\GeneralCommand;
use \sammo\{
DB, Util, JosaUtil,
General,
ActionLogger,
GameConst, GameUnitConst,
LastTurn,
Command
};
class che_모병 extends Command\GeneralCommand{
static protected $actionName = '모병';
static protected $costOffset = 2;
protected static function initStatic()
{
static::$defaultTrain = GameConst::$defaultTrainHigh;
static::$defaultAtmos = GameConst::$defaultAtmosHigh;
}
}