landsandboat/scripts/enum/language.lua
Zach Toogood dac3357c28 [core] Move SmallPacket0x04B server message logic into Lua
Also removed deprecated/unused SetDropRate & UpdateServerMessage
2023-07-20 11:18:14 +01:00

7 lines
75 B
Lua

xi = xi or {}
xi.language =
{
JAPANESE = 0x01,
ENGLISH = 0x02,
}