landsandboat/scripts/enum/frames.lua

14 lines
237 B
Lua
Raw Permalink Normal View History

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