금액 단위를 GameConst로 이동, 원조 추가

arg 목록으로 amountList 추가
This commit is contained in:
2020-03-25 02:54:33 +09:00
parent a68b9643fc
commit b739bfa01e
12 changed files with 309 additions and 94 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class ActionLogger{
$this->generalBattleDetailLog[] = $text;
}
public function pushNationalHistoryLog($text, int $formatType = self::RAWTEXT){
public function pushNationalHistoryLog($text, int $formatType = self::YEAR_MONTH){
if(!$text){
return;
}