use class, function 커맨드를 php8에서 사용할 수 있도록 수정

- \ 토큰 해석 문제
- VSCode 자동 완성 문제로 use function \sammo\{ 를 모두 해제
This commit is contained in:
2021-08-12 22:35:42 +09:00
parent 83d6a2169b
commit 0975e925a9
66 changed files with 461 additions and 715 deletions
-8
View File
@@ -14,14 +14,6 @@ use \sammo\{
CityConst
};
use function \sammo\{
getDomesticExpLevelBonus,
CriticalRatioDomestic,
CriticalScoreEx,
GetImageURL,
getNationStaticInfo
};
use \sammo\Constraint\Constraint;
use \sammo\Constraint\ConstraintHelper;
use sammo\Event\Action;