diff --git a/src/game/actions.ts b/src/game/actions.ts index 0ce3677..39b7f46 100644 --- a/src/game/actions.ts +++ b/src/game/actions.ts @@ -41,6 +41,9 @@ export interface PlayerTurnPayload { allow_actions?: string[] allowActions?: string[] AllowActions?: string[] + available_actions?: string[] + availableActions?: string[] + AvailableActions?: string[] } diff --git a/src/views/ChengduGamePage.vue b/src/views/ChengduGamePage.vue index 429edc3..f20eb19 100644 --- a/src/views/ChengduGamePage.vue +++ b/src/views/ChengduGamePage.vue @@ -1,5 +1,5 @@