턴 수행 constraint를 상세하게 분리, argTest 추가. 턴 커맨드 실행용 클래스, ajax 파일 준비

This commit is contained in:
2018-09-16 22:16:08 +09:00
parent 9dcafaaa38
commit 777ec39bd9
14 changed files with 164 additions and 38 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ function process_domestic(array $rawGeneral, int $type){
}
$cmdObj = new $cmdClass($general, $env);
if(!$cmdObj->isAvailable()){
if(!$cmdObj->isRunnable()){
return;
}
$cmdObj->run();