특기 초기화 추가

This commit is contained in:
2020-05-09 13:14:11 +09:00
parent b6a6ee31ed
commit a31b5ea29d
7 changed files with 188 additions and 11 deletions
@@ -0,0 +1,29 @@
<?php
namespace sammo\Command\General;
use \sammo\{
DB, Util, JosaUtil,
General,
ActionLogger,
GameConst, GameUnitConst,
LastTurn,
Command
};
use function \sammo\{
tryUniqueItemLottery
};
use \sammo\Constraint\Constraint;
use \sammo\Constraint\ConstraintHelper;
class che_내정특기초기화 extends che_전투특기초기화{
static protected $actionName = '내정 특기 초기화';
static protected $specialType = 'special';
static protected $speicalAge = 'specage';
static protected $specialText = '내정 특기';
}