Files
core/hwe/sammo/Command/General/che_내정특기초기화.php
T
Hide_D 0975e925a9 use class, function 커맨드를 php8에서 사용할 수 있도록 수정
- \ 토큰 해석 문제
- VSCode 자동 완성 문제로 use function \sammo\{ 를 모두 해제
2021-08-12 22:35:42 +09:00

27 lines
607 B
PHP

<?php
namespace sammo\Command\General;
use \sammo\{
DB, Util, JosaUtil,
General,
ActionLogger,
GameConst, GameUnitConst,
LastTurn,
Command
};
use function \sammo\getNationStaticInfo;
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 = '내정 특기';
}