전략 사용 방식 변경

This commit is contained in:
2020-07-13 21:54:32 +09:00
parent a427ddff83
commit 6306dae92d
24 changed files with 4024 additions and 3910 deletions
+2
View File
@@ -85,6 +85,7 @@ class TurnExecutionHelper
$result = $commandObj->run();
if($result){
$commandObj->setNextAvailable();
break;
}
@@ -127,6 +128,7 @@ class TurnExecutionHelper
$result = $commandObj->run();
if($result){
$commandObj->setNextAvailable();
break;
}
$alt = $commandObj->getAlternativeCommand();