landsandboat/scripts/enum/nation.lua

16 lines
241 B
Lua
Raw Permalink Normal View History

-----------------------------------
-- Nations
-----------------------------------
xi = xi or {}
---@enum xi.nation
xi.nation =
{
SANDORIA = 0,
BASTOK = 1,
WINDURST = 2,
BEASTMEN = 3,
OTHER = 4,
NEUTRAL = 5,
}