feat: 선전포고 구현

This commit is contained in:
2021-12-21 03:45:33 +09:00
parent dd6d59cf97
commit c757687eba
4 changed files with 60 additions and 12 deletions
+2 -1
View File
@@ -228,7 +228,8 @@ class che_급습 extends Command\NationCommand
return [
'mapTheme' => \sammo\getMapTheme(),
'procRes' => [
'nations' => $nationList
'nations' => $nationList,
'startYear' => $this->env['startyear'],
],
];
}