mirror of
https://github.com/BigJk/end_of_eden.git
synced 2026-02-06 10:48:09 +00:00
11 lines
309 B
Lua
11 lines
309 B
Lua
---@meta
|
|
|
|
---FightState represents the current state of the fight in regard to the deck of the player.
|
|
---@class fight_state
|
|
---@field round number
|
|
---@field description string
|
|
---@field current_points number
|
|
---@field deck string[]
|
|
---@field hand string[]
|
|
---@field used string[]
|
|
---@field exhausted string[] |