Skip to content

Commit 9de7f68

Browse files
committed
feat: add types for joker card limit and count
1 parent fb7ef4a commit 9de7f68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lua/types.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@
214214
-- Joker card configuration (G.jokers.cards[].config)
215215
---@class GJokersCardsConfig
216216
---@field center table Center configuration for joker
217+
---@field card_count number Number of cards in joker area
218+
---@field card_limit number Maximum number of cards in joker area
217219

218220
-- =============================================================================
219221
-- Utility Module (implemented in utils.lua)

0 commit comments

Comments
 (0)