open-toontown/otpgo/lua/MsgTypes.lua

11 lines
291 B
Lua

CLIENT_DISCONNECT = 37
CLIENT_HEARTBEAT = 52
-- new toontown specific login message, adds last logged in, and if child account has parent acount
CLIENT_LOGIN_TOONTOWN = 125
CLIENT_DISCONNECT_GENERIC = 1
CLIENT_DISCONNECT_RELOGIN = 100
CLIENT_DISCONNECT_BAD_VERSION = 125