updateTurntime을 TurnExecutionHelper로 이동
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user