setResultTurn 버그 수정
This commit is contained in:
@@ -185,7 +185,7 @@ class General implements iAction{
|
||||
return $this->lastTurn;
|
||||
}
|
||||
|
||||
function setResultTurn(LastTurn $resultTurn){
|
||||
function _setResultTurn(LastTurn $resultTurn){
|
||||
$this->resultTurn = $resultTurn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user