Skip to content

Commit 207c41b

Browse files
stirbyS1M0N38
authored andcommitted
feat: add types for joker card limit and count
1 parent 1e90b0b commit 207c41b

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)