poppy-server/constants.lua

7 lines
99 B
Lua
Raw Permalink Normal View History

2021-12-31 21:19:26 +00:00
return {
RS = string.char(30),
US = string.char(31),
protocolVersion = "poppyV001",
}