updateTurntime을 TurnExecutionHelper로 이동

This commit is contained in:
2018-09-30 02:05:55 +09:00
parent e8e405648f
commit 98cfc8a748
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;
}
}