landsandboat/scripts/enum/frames.lua

13 lines
237 B
Lua

-----------------------------------
-- Automaton Frame IDs
-----------------------------------
xi = xi or {}
---@enum xi.frames
xi.frames =
{
HARLEQUIN = 0x20,
VALOREDGE = 0x21,
SHARPSHOT = 0x22,
STORMWAKER = 0x23,
}