misc: 추가

This commit is contained in:
2022-03-23 20:12:59 +09:00
parent ef911ba5cc
commit efd92d340c
3 changed files with 10 additions and 4 deletions
+4 -2
View File
@@ -83,13 +83,15 @@ if (!$commandObj->hasPermissionToReserve()) {
'turnList' => $turnList,
'currentCity' => $general->getCityID(),
'currentNation' => $general->getNationID(),
'entryInfo' => [$isChiefTurn?'Nation':'General', $commandType]
'entryInfo' => [$isChiefTurn?'Nation':'General', $commandType],
'mapName' => GameConst::$mapName,
'unitSet' => GameConst::$unitSet,
],
'commandName' => $commandObj->getName(),
'turnList' => $turnList,
'currentCity' => $general->getCityID(),
'currentNation' => $general->getNationID(),
'entryInfo' => [$isChiefTurn?'Nation':'General', $commandType]
'entryInfo' => [$isChiefTurn?'Nation':'General', $commandType],
])?>
<?= WebUtil::printStaticValues($commandObj->exportJSVars(), false) ?>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />