feat: g65_병사연회 구현

This commit is contained in:
2023-12-25 13:43:46 +00:00
parent 1fe55b83bd
commit 53474ab3d2
10 changed files with 204 additions and 19 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class ReserveUserAction extends \sammo\BaseAPI
$item = buildUserActionCommandClass($action, $general, $gameStor->getAll());
$userActions->reserved[$turnIdx] = new UserActionItem(
$item->getRawClassName(),
$item->getCommandDetailTitle(),
$item->getBrief(),
null,
);