end_of_eden/assets/scripts/definitions/fight_state.lua
2023-12-25 06:30:09 +01:00

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[]