setResultTurn 버그 수정

This commit is contained in:
2020-05-31 17:21:51 +09:00
parent 215a7501a6
commit eb90b33485
59 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ abstract class BaseCommand{
}
public function setResultTurn(LastTurn $lastTurn){
$this->generalObj->setResultTurn($lastTurn);
$this->generalObj->_setResultTurn($lastTurn);
}
public function getResultTurn():LastTurn{