updateTurntime을 TurnExecutionHelper로 이동

This commit is contained in:
2018-09-30 02:05:55 +09:00
parent 79252ba3b0
commit 144e82d7e2
3 changed files with 68 additions and 170 deletions
+8
View File
@@ -306,4 +306,12 @@ class ActionLogger{
$this->pushGeneralActionLog($res, self::EVENT_YEAR_MONTH);
}
public function getYear():int{
return $this->year;
}
public function getMonth():int{
return $this->month;
}
}